X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1811a014bf84a353e46607ce9f5e48393a2e236..247e5b1632de606eda8fb8f1bc46f9179ba56fb8:/src/gtk/slider.cpp diff --git a/src/gtk/slider.cpp b/src/gtk/slider.cpp index d51d94f1d4..bdbc509ceb 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( wxT("wxSlider creation failed") ); return FALSE; }