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:
parent
2b61c41b71
commit
fccacb2a9d
@ -467,7 +467,7 @@ void wxPreviewControlBar::CreateButtons()
|
|||||||
|
|
||||||
if (m_buttonFlags & wxPREVIEW_GOTO)
|
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));
|
wxSize(buttonWidth, buttonHeight));
|
||||||
x += gap + buttonWidth;
|
x += gap + buttonWidth;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user