1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

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)
This commit is contained in:
Ying-Chieh Liao 2002-06-17 19:35:16 +00:00
parent cee4973d13
commit 0de7bc3a10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61436
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gfe
PORTVERSION= 0.0.4
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= ftp://alpha.gnu.org/gnu/gfe/

View File

@ -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;