]> git.pld-linux.org Git - packages/gg2.git/blame - gg2-gettext.patch
- corrected gettext support
[packages/gg2.git] / gg2-gettext.patch
CommitLineData
98458d53 1diff -urN gg2.orig/src/main.c gg2/src/main.c
2--- gg2.orig/src/main.c Sat Jan 25 17:29:03 2003
3+++ gg2/src/main.c Sat Jan 25 17:47:17 2003
4@@ -151,6 +151,7 @@
5 #ifdef ENABLE_NLS
6 bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
7 textdomain(PACKAGE);
8+ bind_textdomain_codeset (PACKAGE, "UTF-8");
9 #endif
10 signal(SIGPIPE, SIG_IGN);
11 signal(SIGCHLD, sigchld);
This page took 0.124316 seconds and 4 git commands to generate.