]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/slider.cpp
avoid deferred show with Fluxbox, its support for _NET_REQUEST_FRAME_EXTENTS is broken
[wxWidgets.git] / src / msw / slider.cpp
index 5eabd63b7dc049a986d26a23867cf70c80ea0785..275f2bb9099dd9b48c4b610d071452401261cb02 100644 (file)
@@ -183,7 +183,7 @@ wxSlider::Create(wxWindow *parent,
     };
 
     wxASSERT_MSG( !(style & wxSL_VERTICAL) || !(style & wxSL_HORIZONTAL),
-                    _T("incompatible slider direction and orientation") );
+                    wxT("incompatible slider direction and orientation") );
 
 
     // initialize everything