From e39472990e485c6d83284e60e8675ad284b34e3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 4 Jun 2004 10:28:25 +0000 Subject: [PATCH] title needs to be translated, too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/colrdlgg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/colrdlgg.cpp b/src/generic/colrdlgg.cpp index cfa539241f..b7a103df6d 100644 --- a/src/generic/colrdlgg.cpp +++ b/src/generic/colrdlgg.cpp @@ -143,7 +143,7 @@ void wxGenericColourDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event)) bool wxGenericColourDialog::Create(wxWindow *parent, wxColourData *data) { - if ( !wxDialog::Create(parent, -1, wxT("Colour"), + if ( !wxDialog::Create(parent, -1, _("Choose colour"), wxPoint(0, 0), wxSize(900, 900)) ) return FALSE; -- 2.50.0