diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2001-02-15 13:39:45 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2001-02-15 13:39:45 +0000 |
commit | e91c74008635a151b43c5c4786510ee9f2f189ac (patch) | |
tree | 1b1d72778a3b4813b9f90482165ce533a9993485 /korean | |
parent | 0288596190fb486324ebf70c448f72c1a6372ff4 (diff) | |
download | ports-e91c74008635a151b43c5c4786510ee9f2f189ac.tar.gz ports-e91c74008635a151b43c5c4786510ee9f2f189ac.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/files/patch-ami_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/ami/files/patch-ami_c b/korean/ami/files/patch-ami_c new file mode 100644 index 000000000000..b046078eae08 --- /dev/null +++ b/korean/ami/files/patch-ami_c @@ -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")) { |