title needs to be translated, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a485ee6f5a
commit
e39472990e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user