]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinctrl.cpp
Use wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessageBox().
[wxWidgets.git] / src / os2 / spinctrl.cpp
index 1777cda78b95be3b3b7088b1c5f32cd76304c0da..72d677a720fb1af74c162dbca49fa5e6f213e6cb 100644 (file)
@@ -296,7 +296,7 @@ wxSpinCtrl* wxSpinCtrl::GetSpinForTextCtrl(
 
     // sanity check
     wxASSERT_MSG( pSpin->m_hWndBuddy == hWndBuddy,
-                  _T("wxSpinCtrl has incorrect buddy HWND!") );
+                  wxT("wxSpinCtrl has incorrect buddy HWND!") );
 
     return pSpin;
 } // end of wxSpinCtrl::GetSpinForTextCtrl