summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xconsole.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xconsole.c b/xconsole.c
index 381bedc..f393309 100644
--- a/xconsole.c
+++ b/xconsole.c
@@ -646,6 +646,7 @@ main(int argc, char *argv[])
Arg arglist[10];
Cardinal num_args;
+ XtSetLanguageProc(NULL,NULL,NULL);
top = XtInitialize ("xconsole", "XConsole", options, XtNumber (options),
&argc, argv);
XtGetApplicationResources (top, (XtPointer)&app_resources, resources,