diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-18 03:35:16 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-18 03:35:16 +0800 |
commit | 8cce2a2c6991795e18568f7d505a82be15fd0803 (patch) | |
tree | 6b580c771f851994875846a1e93b9cb0a23f3c85 /x11-fonts/gfe/files | |
parent | c5915da51805d90245a2267dbb20c0f95db73c36 (diff) | |
download | freebsd-ports-gnome-8cce2a2c6991795e18568f7d505a82be15fd0803.tar.gz freebsd-ports-gnome-8cce2a2c6991795e18568f7d505a82be15fd0803.tar.zst freebsd-ports-gnome-8cce2a2c6991795e18568f7d505a82be15fd0803.zip |
fix locale messages in some dialog box
bump portrevision
PR: 35325
Submitted by: Kang-min Liu <b7506056@csie.ntu.edu.tw>
Approved by: maintainer timeout (1 month since I mailed him)
Diffstat (limited to 'x11-fonts/gfe/files')
-rw-r--r-- | x11-fonts/gfe/files/patch-src:main.c | 11 |
1 files changed, 11 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..b6a75a81ddbf --- /dev/null +++ b/x11-fonts/gfe/files/patch-src:main.c @@ -0,0 +1,11 @@ +diff -ruN src.dist/main.c src/main.c +--- src.dist/main.c Tue Feb 26 09:11:19 2002 ++++ src/main.c Tue Feb 26 09:11:47 2002 +@@ -37,6 +37,7 @@ + int i; + + /* process gtk/X switches */ ++ gtk_set_locale(); + gtk_init(&argc, &argv); + + show_version = FALSE; |