]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/toolbar.cpp
switching modal loop implementation, fixes #11921
[wxWidgets.git] / src / os2 / toolbar.cpp
index ebceb00abba3f819b8f9391dade7dd5b22c5a94b..8ebc9a0f3e5eea37a8f867792b04c7f59fdb41fe 100644 (file)
@@ -935,7 +935,7 @@ void wxToolBar::SetRows(
   int                               nRows
 )
 {
-    wxCHECK_RET( nRows != 0, _T("max number of rows must be > 0") );
+    wxCHECK_RET( nRows != 0, wxT("max number of rows must be > 0") );
 
     m_maxCols = (GetToolsCount() + nRows - 1) / nRows;
     Refresh();