]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinbutt.cpp
fixed compilation error
[wxWidgets.git] / src / msw / spinbutt.cpp
index 607c4f5826d5176181e3cd8bf7250ef26180f9c6..b91080bd701c0ab662db512a3f0d4cb55869c4a8 100644 (file)
@@ -133,7 +133,7 @@ void wxSpinButton::SetRange(int minVal, int maxVal)
 bool wxSpinButton::MSWOnScroll(int orientation, WXWORD wParam,
                                WXWORD pos, WXHWND control)
 {
-    wxCHECK_MSG( control, FALSE, _T("scrolling what?") )
+    wxCHECK_MSG( control, FALSE, wxT("scrolling what?") )
 
     if ( wParam != SB_THUMBPOSITION )
     {