]> git.saurik.com Git - wxWidgets.git/commitdiff
filename correction
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 23 Oct 2005 20:40:42 +0000 (20:40 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 23 Oct 2005 20:40:42 +0000 (20:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/datetime.cpp

index e00d14f757b5170beffee724f0c4295033b949ee..282fde1baeb6b3ef85c2df0674ec41b19747ea5c 100644 (file)
@@ -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;
     }