X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dcaf11a7b5189be78e52e1412febd7689a959f8..7b9da2077d0975db6c965a85c91d5aca671ab5e3:/src/gtk/gauge.cpp diff --git a/src/gtk/gauge.cpp b/src/gtk/gauge.cpp index 35d9ad6f37..ecc9b39d77 100644 --- a/src/gtk/gauge.cpp +++ b/src/gtk/gauge.cpp @@ -33,7 +33,7 @@ bool wxGauge::Create( wxWindow *parent, wxWindowID id, int range, if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, validator, name )) { - wxFAIL_MSG( _T("wxGauge creation failed") ); + wxFAIL_MSG( wxT("wxGauge creation failed") ); return FALSE; }