From e961ff78126cdf0345340d48ba9de5b96eb682c6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 12 Mar 2001 17:30:45 +0000 Subject: [PATCH] Bug fix for #406153 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/xmcombo/xmcombo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/motif/xmcombo/xmcombo.c b/src/motif/xmcombo/xmcombo.c index 99fc08a35f..189d72e321 100644 --- 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 -- 2.45.2