]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/slider.cpp
tiny fixes
[wxWidgets.git] / src / gtk / slider.cpp
index d51d94f1d4df0cb55e426db9b15e8b98dd766acf..adc016c88f4150bdd203d5ce6d7362169f65643e 100644 (file)
@@ -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;
     }