]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/slider.cpp
Scrolling updates.
[wxWidgets.git] / src / gtk1 / slider.cpp
index adc016c88f4150bdd203d5ce6d7362169f65643e..bdbc509ceb0e0ee9f61614f1b1417b265b06188c 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( wxT("wxSlider creation failed") );
        return FALSE;
     }