X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..da8bed9bfd3e15e637feb4ed3fa783c82759fefc:/src/gtk1/slider.cpp diff --git a/src/gtk1/slider.cpp b/src/gtk1/slider.cpp index adc016c88f..bdbc509ceb 100644 --- a/src/gtk1/slider.cpp +++ b/src/gtk1/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; }