projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374349b
)
Bug fix for #406153
author
Julian Smart
<julian@anthemion.co.uk>
Mon, 12 Mar 2001 17:30:45 +0000
(17:30 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Mon, 12 Mar 2001 17:30:45 +0000
(17:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9506
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/motif/xmcombo/xmcombo.c
patch
|
blob
|
blame
|
history
diff --git
a/src/motif/xmcombo/xmcombo.c
b/src/motif/xmcombo/xmcombo.c
index 99fc08a35fd6530793eaab5d9489f848f6b154de..189d72e321dd637c1de03bafc814e1ef91503623 100644
(file)
--- a/
src/motif/xmcombo/xmcombo.c
+++ b/
src/motif/xmcombo/xmcombo.c
@@
-453,7
+453,7
@@
XmComboBoxClassRec xmComboBoxClassRec = {
/* accept_focus */ NULL,
/* version */ XtVersion,
/* callback_private */ NULL,
- /* tm_table */
NULL,
+ /* tm_table */
XtInheritTranslations, /* Changed from NULL: Bug #406153 */
/* query_geometry */ (XtGeometryHandler) QueryGeometry,
/* display_accelerator */ XtInheritDisplayAccelerator,
/* extension */ NULL