From fccacb2a9de141f960850b16b7d60443297fb751 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 Jan 2003 01:04:57 +0000 Subject: [PATCH] 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 --- src/common/prntbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/prntbase.cpp b/src/common/prntbase.cpp index 34cfe0b5a1..0fabb99c63 100644 --- a/src/common/prntbase.cpp +++ b/src/common/prntbase.cpp @@ -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; } -- 2.45.2