fixing conversion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-03-29 19:46:02 +00:00
parent e9e53eb1ef
commit 756b5a9818

View File

@@ -2718,7 +2718,7 @@ static wxString TranslateFromUnicodeFormat(const wxString& fmt)
{
case 1: // h
case 2: // hh
fmtWX += "%h";
fmtWX += "%I";
break;
default: