projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and...
[wxWidgets.git]
/
src
/
gtk1
/
choice.cpp
diff --git
a/src/gtk1/choice.cpp
b/src/gtk1/choice.cpp
index 0d50df554f9a5bc86ed56d9068352c34251c17a5..836a62ec62f848d66a7faf06959c49f55c39011a 100644
(file)
--- a/
src/gtk1/choice.cpp
+++ b/
src/gtk1/choice.cpp
@@
-78,7
+78,7
@@
static void gtk_choice_clicked_callback( GtkWidget *WXUNUSED(widget), wxChoice *
else if ( choice->HasClientUntypedData() )
event.SetClientData( choice->GetClientData(n) );
- choice->
GetEventHandler()->Process
Event(event);
+ choice->
HandleWindow
Event(event);
}
}