make entries in CreateComboPopup not translateable; fixes #34991
authorArun Persaud <arun@nubati.net>
Tue, 13 Dec 2011 02:40:23 +0000 (18:40 -0800)
committerArun Persaud <arun@nubati.net>
Tue, 13 Dec 2011 02:40:23 +0000 (18:40 -0800)
xoptions.c

index fead296..abe86dd 100644 (file)
@@ -222,7 +222,7 @@ void CreateComboPopup(parent, name, n, mb)
     XtSetArg(args[j], XtNwidth, 100);  j++;
 //    XtSetArg(args[j], XtNright, XtChainRight);  j++;
     while (mb[i] != NULL) {
-           XtSetArg(args[j], XtNlabel, _(mb[i]));
+           XtSetArg(args[j], XtNlabel, mb[i]);
            entry = XtCreateManagedWidget(mb[i], smeBSBObjectClass,
                                          menu, args, j+1);
            XtAddCallback(entry, XtNcallback,