the string 'Goto...' should be translated (patch 674569)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-01-27 01:04:57 +00:00
parent 2b61c41b71
commit fccacb2a9d

View 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;
}