projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
gtk1
/
checkbox.cpp
diff --git
a/src/gtk1/checkbox.cpp
b/src/gtk1/checkbox.cpp
index c61796d94697cc68cfd465f3296d1983c3ec6997..4bd1fd35aff8c3d21ac3b2898831eef7f11ab68f 100644
(file)
--- a/
src/gtk1/checkbox.cpp
+++ b/
src/gtk1/checkbox.cpp
@@
-50,7
+50,7
@@
static void gtk_checkbox_toggled_callback(GtkWidget *WXUNUSED(widget),
wxCommandEvent event(wxEVT_COMMAND_CHECKBOX_CLICKED, cb->GetId());
event.SetInt(cb->GetValue());
event.SetEventObject(cb);
- cb->
GetEventHandler()->Process
Event(event);
+ cb->
HandleWindow
Event(event);
}
}