]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
Fix calculation of the margins for owner-drawn menu items.
[wxWidgets.git] / src / common / intl.cpp
index e031315b21d550806e4c21ce9c95e56656ffcb8e..ff680307afab4cf01e3c77e45b662991b80e22b8 100644 (file)
@@ -2614,8 +2614,8 @@ static wxString TranslateFromUnicodeFormat(const wxString& fmt)
 
     char chLast = '\0';
     size_t lastCount = 0;
-    
-    const char* formatchars = 
+
+    const char* formatchars =
         "dghHmMsSy"
 #ifdef __WXMSW__
         "t"
@@ -2811,7 +2811,7 @@ static wxString TranslateFromUnicodeFormat(const wxString& fmt)
                     // strftime() doesn't have era string,
                     // ignore this format
                     wxASSERT_MSG( lastCount <= 2, "too many 'g's" );
-         
+
                     break;
 #ifndef __WXMSW__
                 case 'a':