don't translate strings when it doesn't make any sense
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user