]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_menu.cpp
use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT_EQUAL with casts
[wxWidgets.git] / src / xrc / xh_menu.cpp
index 217b155c024c82097429ab871de3c5c17d1f0614..7174aa7dda6ee81c975e71736c4447e0e0e0de7c 100644 (file)
@@ -88,7 +88,7 @@ wxObject *wxMenuXmlHandler::DoCreateResource()
                 kind = wxITEM_RADIO;
             if (GetBool(wxT("checkable")))
             {
-                wxASSERT_MSG( kind == wxITEM_NORMAL, _T("can't have both checkable and radion button at once") );
+                wxASSERT_MSG( kind == wxITEM_NORMAL, _T("can't have both checkable and radio button at once") );
                 kind = wxITEM_CHECK;
             }