From: Vadim Zeitlin Date: Sat, 26 May 2007 15:00:56 +0000 (+0000) Subject: fix typo: s/radion/radio/ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4efffd875088c31e8a63c3c310ad8560d23fd3ca?ds=inline fix typo: s/radion/radio/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/themes/gtk.cpp b/src/univ/themes/gtk.cpp index 004728fa30..018f9d3d36 100644 --- a/src/univ/themes/gtk.cpp +++ b/src/univ/themes/gtk.cpp @@ -925,7 +925,7 @@ void wxGTKRenderer::DrawFrameWithLabel(wxDC& dc, } // ---------------------------------------------------------------------------- -// check/radion buttons +// check/radio buttons // ---------------------------------------------------------------------------- void wxGTKRenderer::DrawCheckItemBitmap(wxDC& dc, diff --git a/src/xrc/xh_menu.cpp b/src/xrc/xh_menu.cpp index 217b155c02..7174aa7dda 100644 --- a/src/xrc/xh_menu.cpp +++ b/src/xrc/xh_menu.cpp @@ -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; } 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(),