]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_toolb.cpp
Use type safe list for model notifiers, sample corrected
[wxWidgets.git] / src / xrc / xh_toolb.cpp
index 20860c71979b3f9de69bfae196ce9c1c208ebcc4..7e78d22156bbb41661c4f75597740613b6f894b6 100644 (file)
@@ -75,7 +75,7 @@ wxObject *wxToolBarXmlHandler::DoCreateResource()
             if (GetBool(wxT("toggle")))
             {
                 wxASSERT_MSG( kind == wxITEM_NORMAL,
             if (GetBool(wxT("toggle")))
             {
                 wxASSERT_MSG( kind == wxITEM_NORMAL,
-                              _T("can't have both toggleable and radion button at once") );
+                              _T("can't have both toggle and radio button at once") );
                 kind = wxITEM_CHECK;
             }
             m_toolbar->AddTool(GetID(),
                 kind = wxITEM_CHECK;
             }
             m_toolbar->AddTool(GetID(),