]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/prntbase.cpp
moving string conversions at one place
[wxWidgets.git] / 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;
     }