X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dcaf11a7b5189be78e52e1412febd7689a959f8..12db77cab1054d288a2b3e2d07e58ad1d6386a53:/src/gtk1/statbox.cpp?ds=inline diff --git a/src/gtk1/statbox.cpp b/src/gtk1/statbox.cpp index d39006cda7..d6a4a6852b 100644 --- a/src/gtk1/statbox.cpp +++ b/src/gtk1/statbox.cpp @@ -44,7 +44,7 @@ bool wxStaticBox::Create( wxWindow *parent, wxWindowID id, const wxString &label if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name )) { - wxFAIL_MSG( _T("wxStaticBox creation failed") ); + wxFAIL_MSG( wxT("wxStaticBox creation failed") ); return FALSE; }