From: Václav Slavík Date: Fri, 4 Jun 2004 10:28:25 +0000 (+0000) Subject: title needs to be translated, too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e39472990e485c6d83284e60e8675ad284b34e3d title needs to be translated, too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;