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:
parent
cee4973d13
commit
0de7bc3a10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61436
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gfe
|
||||
PORTVERSION= 0.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/gfe/
|
||||
|
||||
|
11
x11-fonts/gfe/files/patch-src:main.c
Normal file
11
x11-fonts/gfe/files/patch-src:main.c
Normal 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;
|
Loading…
Reference in New Issue
Block a user