git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18957
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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));
x += gap + buttonWidth;
}
wxSize(buttonWidth, buttonHeight));
x += gap + buttonWidth;
}