X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1811a014bf84a353e46607ce9f5e48393a2e236..b4a2ab728bf4627ab2b41385b69e31f10c1fd3b1:/src/gtk/slider.cpp diff --git a/src/gtk/slider.cpp b/src/gtk/slider.cpp index d51d94f1d4..adc016c88f 100644 --- a/src/gtk/slider.cpp +++ b/src/gtk/slider.cpp @@ -97,7 +97,7 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID id, if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, validator, name )) { - wxFAIL_MSG( _T("wxSlider creation failed") ); + wxFAIL_MSG( T("wxSlider creation failed") ); return FALSE; }