diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 486cbdf0a4..506009b981 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -2718,7 +2718,7 @@ static wxString TranslateFromUnicodeFormat(const wxString& fmt) { case 1: // h case 2: // hh - fmtWX += "%h"; + fmtWX += "%I"; break; default: