fixing conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2718,7 +2718,7 @@ static wxString TranslateFromUnicodeFormat(const wxString& fmt)
|
|||||||
{
|
{
|
||||||
case 1: // h
|
case 1: // h
|
||||||
case 2: // hh
|
case 2: // hh
|
||||||
fmtWX += "%h";
|
fmtWX += "%I";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user