summaryrefslogtreecommitdiff
path: root/open-terminal/open-terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'open-terminal/open-terminal.c')
-rw-r--r--open-terminal/open-terminal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/open-terminal/open-terminal.c b/open-terminal/open-terminal.c
index d478958..073d438 100644
--- a/open-terminal/open-terminal.c
+++ b/open-terminal/open-terminal.c
@@ -40,6 +40,10 @@ caja_module_initialize (GTypeModule *module)
caja_open_terminal_register_type (module);
type_list[0] = CAJA_TYPE_OPEN_TERMINAL;
+#ifdef ENABLE_NLS
+ bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+#endif /* ENABLE_NLS */
}
void