]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- proper gettext support in gtk+2 (utf-8)
authoraflinta <aflinta@pld-linux.org>
Sat, 25 Jan 2003 17:02:31 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg2-gettext.patch -> 1.1

gg2-gettext.patch [new file with mode: 0644]

diff --git a/gg2-gettext.patch b/gg2-gettext.patch
new file mode 100644 (file)
index 0000000..2265f24
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN gg2.orig/src/main.c gg2/src/main.c
+--- gg2.orig/src/main.c        Sat Jan 25 17:29:03 2003
++++ gg2/src/main.c     Sat Jan 25 17:47:17 2003
+@@ -151,6 +151,7 @@
+ #ifdef ENABLE_NLS
+     bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
+     textdomain(PACKAGE);
++    bind_textdomain_codeset (PACKAGE, "UTF-8");
+ #endif
+     signal(SIGPIPE, SIG_IGN);
+     signal(SIGCHLD, sigchld);
This page took 0.035504 seconds and 4 git commands to generate.