correct typo in previous commit
This commit is contained in:
@@ -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")));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user