diff options
Diffstat (limited to 'sendto/caja-sendto-module.c')
-rw-r--r-- | sendto/caja-sendto-module.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sendto/caja-sendto-module.c b/sendto/caja-sendto-module.c index ed580ba..dc453ae 100644 --- a/sendto/caja-sendto-module.c +++ b/sendto/caja-sendto-module.c @@ -37,6 +37,10 @@ caja_module_initialize (GTypeModule*module) { g_print ("Initializing caja-sendto extension\n"); caja_nste_register_type (module); +#ifdef ENABLE_NLS + bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); +#endif /* ENABLE_NLS */ } void |