X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9583e4f4a038030e75c40038d88e9bba538aa7a5..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/xrc/xh_toolb.cpp diff --git a/src/xrc/xh_toolb.cpp b/src/xrc/xh_toolb.cpp index 20860c7197..7e78d22156 100644 --- a/src/xrc/xh_toolb.cpp +++ b/src/xrc/xh_toolb.cpp @@ -75,7 +75,7 @@ wxObject *wxToolBarXmlHandler::DoCreateResource() 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(),