]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/prntbase.cpp
_really_ fixed translation messages
[wxWidgets.git] / src / common / prntbase.cpp
index 921ae318ad35e948554a77d114b7c3fd04f9d4fe..c1c3a939d064d53b1290ef870e1c751c1c33dad1 100644 (file)
@@ -370,9 +370,9 @@ void wxPreviewControlBar::OnGoto(void)
             wxString strPrompt;
             wxString strPage;
 
-            strPrompt.Printf( _("%d...%d"),
+            strPrompt.Printf( wxT("%d...%d"),
                 preview->GetMinPage(), preview->GetMaxPage());
-            strPage.Printf( _("%d"), preview->GetCurrentPage() );
+            strPage.Printf( wxT("%d"), preview->GetCurrentPage() );
 
             strPage =
                 wxGetTextFromUser( strPrompt, _("Goto Page"), strPage);