From: Václav Slavík Date: Tue, 5 Oct 2004 15:42:37 +0000 (+0000) Subject: added wxRB_SINGLE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a565f84b6fb980bb1e91a7524c269cd3a1ab5c7b?ds=sidebyside added wxRB_SINGLE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/xrc/xh_radbt.cpp b/src/xrc/xh_radbt.cpp index e615ef9365..1e4f476bae 100644 --- a/src/xrc/xh_radbt.cpp +++ b/src/xrc/xh_radbt.cpp @@ -30,6 +30,7 @@ wxRadioButtonXmlHandler::wxRadioButtonXmlHandler() : wxXmlResourceHandler() { XRC_ADD_STYLE(wxRB_GROUP); + XRC_ADD_STYLE(wxRB_SINGLE); AddWindowStyles(); }