[Frugalware-darcs] setup: moved locale setting from setup to asklang
VMiklos
vmiklos at frugalware.org
Wed Mar 29 23:53:05 CEST 2006
[moved locale setting from setup to asklang
VMiklos <vmiklos at frugalware.org>**20051102002132] {
hunk ./src/plugins/asklang.c 20
- printf("foo\n");
+ // hardwire this for now
+ setlocale(LC_ALL, "en_US");
+ bindtextdomain("setup", "/usr/share/locale");
+ bind_textdomain_codeset("setup", "ISO-8859-2");
+ textdomain("setup");
+
hunk ./src/setup.c 78
- setlocale(LC_ALL, "en_US");
- bindtextdomain("setup", "/usr/share/locale");
- bind_textdomain_codeset("setup", "ISO-8859-2");
- textdomain("setup");
-
}
More information about the Frugalware-darcs
mailing list