Readable style name.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-01 15:10:59 +00:00
parent 97d216abcb
commit d79decb5b4
2 changed files with 3 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ bool wxRadioButton::Create(wxWindow *parent,
const wxString& name)
{
// replace native push button with native checkbox
if ( style & wxRB_USE_SUBSTITUTE )
if ( style & wxRB_USE_CHECKBOX )
m_radioStyle = checkboxCtl;
if(!wxControl::Create(parent, id, pos, size, style, validator, name))