]> git.pld-linux.org Git - packages/anjuta.git/blame - anjuta-gettext.patch
- updated to 1.1.1-20030412 snap (they changed version from 1.2.0 to 1.1.1)
[packages/anjuta.git] / anjuta-gettext.patch
CommitLineData
429c1e7e
MK
1--- src/main.c.orig Mon Mar 3 08:06:44 2003
2+++ src/main.c Sat Mar 22 23:33:30 2003
3@@ -152,6 +152,7 @@
4 #ifdef ENABLE_NLS
5 bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
6 textdomain (PACKAGE);
7+ bind_textdomain_codeset (PACKAGE, "UTF-8");
8 #endif
9
10 /* Connect the necessary kernal signals */
This page took 0.071997 seconds and 4 git commands to generate.