]> git.saurik.com Git - wxWidgets.git/commitdiff
the string 'Goto...' should be translated (patch 674569)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Jan 2003 01:04:57 +0000 (01:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Jan 2003 01:04:57 +0000 (01:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/prntbase.cpp

index 34cfe0b5a1b8587d354657468c6a90c7f320e415..0fabb99c6319be807fa8105d83d18a97949e70e4 100644 (file)
@@ -467,7 +467,7 @@ void wxPreviewControlBar::CreateButtons()
 
     if (m_buttonFlags & wxPREVIEW_GOTO)
     {
-        m_gotoPageButton = new wxButton(this, wxID_PREVIEW_GOTO, wxT("Goto..."), wxPoint(x, y),
+        m_gotoPageButton = new wxButton(this, wxID_PREVIEW_GOTO, _("Goto..."), wxPoint(x, y),
             wxSize(buttonWidth, buttonHeight));
         x += gap + buttonWidth;
     }