]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetimefmt.cpp
honor wxMAXIMIZE frame style, fixes #11631
[wxWidgets.git] / src / common / datetimefmt.cpp
index cf02a55357e2b4955f8bcc881755fc8e973ce88c..f9404d864292692cc3fff9b1486545be18cfab5e 100644 (file)
@@ -1941,7 +1941,7 @@ wxDateTime::ParseTime(const wxString& time, wxString::const_iterator *end)
         "%I:%M:%S %p",  // 12hour with AM/PM
         "%H:%M:%S",     // could be the same or 24 hour one so try it too
         "%I:%M %p",     // 12hour with AM/PM but without seconds
-        "%H:%M:%S",     // and a possibly 24 hour version without seconds
+        "%H:%M",        // and a possibly 24 hour version without seconds
         "%X",           // possibly something from above or maybe something
                         // completely different -- try it last