projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix insertion of radio menu items in wxOSX wxMenu.
[wxWidgets.git]
/
src
/
univ
/
checkbox.cpp
diff --git
a/src/univ/checkbox.cpp
b/src/univ/checkbox.cpp
index 2c070024f6971e7bf16a9a369064eb40a8797dc7..f038623987f985c71092466dac5c5c9dcfdeeaf7 100644
(file)
--- a/
src/univ/checkbox.cpp
+++ b/
src/univ/checkbox.cpp
@@
-298,7
+298,7
@@
void wxCheckBox::ChangeValue(bool value)
void wxCheckBox::SendEvent()
{
- wxCommandEvent event(wxEVT_C
OMMAND_CHECKBOX_CLICKED
, GetId());
+ wxCommandEvent event(wxEVT_C
HECKBOX
, GetId());
InitCommandEvent(event);
wxCheckBoxState state = Get3StateValue();