filename correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
554fdf48f5
commit
96531a71a0
@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/datetime.h
|
||||
// Name: src/common/datetime.cpp
|
||||
// Purpose: implementation of time/date related classes
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
@ -2843,7 +2843,7 @@ const wxChar *wxDateTime::ParseRfc822Date(const wxChar* date)
|
||||
|
||||
p += tz.length();
|
||||
}
|
||||
|
||||
|
||||
// make it minutes
|
||||
offset *= MIN_PER_HOUR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user