changeset 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 1775b3f16cd9
children d1ed5993a1a7
files src/xs_init.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_init.c	Fri Jan 26 18:04:03 2007 +0000
+++ b/src/xs_init.c	Fri Jan 26 18:49:03 2007 +0000
@@ -58,5 +58,6 @@
  */
 InputPlugin *get_iplugin_info(void)
 {
+	bindtextdomain(PACKAGE, LOCALEDIR);
 	return &xs_plugin_ip;
 }