1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

patch for preventing from linux-centric LANG setup.

This commit is contained in:
CHOI Junho 2001-02-15 13:39:45 +00:00
parent 0288596190
commit e91c740086
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38373

View File

@ -0,0 +1,11 @@
--- src/ami.c~ Wed Feb 14 14:03:31 2001
+++ src/ami.c Thu Feb 15 22:31:54 2001
@@ -350,7 +350,7 @@
close(orig); close(out);
}
}
- setenv("LANG", "ko_KR.eucKR", 1);
+ /*setenv("LANG", "ko_KR.eucKR", 1);*/
locale = gtk_set_locale();
if (!strcmp(locale, "C")) {