]> git.saurik.com Git - wxWidgets.git/commitdiff
Bug fix for #406153
authorJulian Smart <julian@anthemion.co.uk>
Mon, 12 Mar 2001 17:30:45 +0000 (17:30 +0000)
committerJulian 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

index 99fc08a35fd6530793eaab5d9489f848f6b154de..189d72e321dd637c1de03bafc814e1ef91503623 100644 (file)
@@ -453,7 +453,7 @@ XmComboBoxClassRec xmComboBoxClassRec = {
     /* accept_focus                */  NULL,
     /* version                     */  XtVersion,
     /* callback_private            */  NULL,
     /* 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
     /* query_geometry              */  (XtGeometryHandler) QueryGeometry,
     /* display_accelerator         */  XtInheritDisplayAccelerator,
     /* extension                   */  NULL