X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..e7494fa9961c39cd14069ef8b12f5c059c7d3b35:/src/gtk/stattext.cpp diff --git a/src/gtk/stattext.cpp b/src/gtk/stattext.cpp index 81cf98c3a8..eb35971c6a 100644 --- a/src/gtk/stattext.cpp +++ b/src/gtk/stattext.cpp @@ -51,7 +51,7 @@ bool wxStaticText::Create(wxWindow *parent, if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name )) { - wxFAIL_MSG( T("wxXX creation failed") ); + wxFAIL_MSG( wxT("wxXX creation failed") ); return FALSE; }