]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing conversion
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 29 Mar 2009 19:46:02 +0000 (19:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 29 Mar 2009 19:46:02 +0000 (19:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/intl.cpp

index 486cbdf0a4ed62103924ce0fd6c6b1445124786a..506009b981caf401c658de74c4cf4b0dca3f3aab 100644 (file)
@@ -2718,7 +2718,7 @@ static wxString TranslateFromUnicodeFormat(const wxString& fmt)
                     {
                         case 1: // h
                         case 2: // hh
-                            fmtWX += "%h";
+                            fmtWX += "%I";
                             break;
 
                         default: