X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/073478b3d0586ffc056578831a6676d2306cff48..2035e10e83324c6925d12725b842768f6e2b00a2:/src/gtk/statline.cpp?ds=sidebyside diff --git a/src/gtk/statline.cpp b/src/gtk/statline.cpp index cd67c8a642..60970765ed 100644 --- a/src/gtk/statline.cpp +++ b/src/gtk/statline.cpp @@ -44,7 +44,7 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id, if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name )) { - wxFAIL_MSG( _T("wxStaticLine creation failed") ); + wxFAIL_MSG( wxT("wxStaticLine creation failed") ); return FALSE; }