correct typo in previous commit

This commit is contained in:
Jouk
2017-06-20 10:18:22 +02:00
parent edb60cfcda
commit c03364149d

View File

@@ -88,7 +88,7 @@ void wxToggleButtonXmlHandler::DoCreateToggleButton(wxObject *control)
button->SetBitmap(GetBitmap("bitmap", wxART_BUTTON), button->SetBitmap(GetBitmap("bitmap", wxART_BUTTON),
GetDirection("bitmapposition")); GetDirection("bitmapposition"));
} }
#endi #endif
button->SetValue(GetBool( wxT("checked"))); button->SetValue(GetBool( wxT("checked")));
} }