summaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-17 00:09:33 +0000
committerwill <will@FreeBSD.org>2000-06-17 00:09:33 +0000
commitd4083d76003b06e249b8de37d33a99ee66cb22df (patch)
tree08d406e0385454ba1dd4e3a54d9d8713c4d037ab /x11-fm
parent92a9a0f9914f2e4f25209b7996aaf3bbe30a4959 (diff)
downloadFreeBSD-ports-d4083d76003b06e249b8de37d33a99ee66cb22df.zip
FreeBSD-ports-d4083d76003b06e249b8de37d33a99ee66cb22df.tar.gz
Add i18n support.
Submitted by: Clive Lin <clive@CirX.ORG> No response: MAINTAINER (5 days)
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/vide/files/patch-ac20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-fm/vide/files/patch-ac b/x11-fm/vide/files/patch-ac
new file mode 100644
index 0000000..671424e
--- /dev/null
+++ b/x11-fm/vide/files/patch-ac
@@ -0,0 +1,20 @@
+--- src/vide.c.orig Sun Jun 11 19:04:56 2000
++++ src/vide.c Sun Jun 11 19:06:53 2000
+@@ -224,6 +224,8 @@
+
+ getcwd(current_dir, sizeof(current_dir));
+
++ /* i18n support */
++ gtk_set_locale();
+ /* Set up handler for sigchild so that we don't get zombies */
+ new_action.sa_handler = received_sigchild;
+ sigemptyset (&new_action.sa_mask);
+@@ -243,7 +245,7 @@
+ gdk_color_parse ("yellow", &TAG_COLOR);
+ gdk_color_parse ("wheat", &DRAG_HILIGHT);
+ COMMAND_TEXT_FONT =
+- gdk_font_load ("-adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*-*");
++ gdk_fontset_load ("-adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*-*,*");
+
+ cfg.filetypes = NULL;
+ cfg.bookmarks = NULL;
OpenPOWER on IntegriCloud