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:
Václav Slavík 2004-06-04 10:28:25 +00:00
parent a485ee6f5a
commit e39472990e

View File

@ -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;