comparison src/xs_init.c @ 493:e2f2a9ce0e10

Initialize gettext correctly(?). I am not entirely sure whether it is correct to call bindtextdomain() here, but it seems to work.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jan 2007 18:49:03 +0000
parents e19336d4b56d
children b0743dc9165d
comparison
equal deleted inserted replaced
492:1775b3f16cd9 493:e2f2a9ce0e10
56 /* 56 /*
57 * Return plugin information 57 * Return plugin information
58 */ 58 */
59 InputPlugin *get_iplugin_info(void) 59 InputPlugin *get_iplugin_info(void)
60 { 60 {
61 bindtextdomain(PACKAGE, LOCALEDIR);
61 return &xs_plugin_ip; 62 return &xs_plugin_ip;
62 } 63 }