summaryrefslogtreecommitdiff
path: root/x11-fonts/gfe/files/patch-src_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/gfe/files/patch-src_main.c')
-rw-r--r--x11-fonts/gfe/files/patch-src_main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fonts/gfe/files/patch-src_main.c b/x11-fonts/gfe/files/patch-src_main.c
new file mode 100644
index 000000000000..823bba9882d1
--- /dev/null
+++ b/x11-fonts/gfe/files/patch-src_main.c
@@ -0,0 +1,10 @@
+--- src/main.c.orig 2000-06-29 08:16:34 UTC
++++ src/main.c
+@@ -37,6 +37,7 @@ main(int argc, char *argv[])
+ int i;
+
+ /* process gtk/X switches */
++ gtk_set_locale();
+ gtk_init(&argc, &argv);
+
+ show_version = FALSE;