]> git.pld-linux.org Git - packages/anjuta.git/blob - anjuta-gettext.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/anjuta.git] / anjuta-gettext.patch
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.126947 seconds and 3 git commands to generate.