summaryrefslogtreecommitdiff
path: root/src/caja-autorun-software.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-autorun-software.c')
-rw-r--r--src/caja-autorun-software.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caja-autorun-software.c b/src/caja-autorun-software.c
index c389144e..fef3c483 100644
--- a/src/caja-autorun-software.c
+++ b/src/caja-autorun-software.c
@@ -273,9 +273,11 @@ main (int argc, char *argv[])
GFile *file;
GMount *mount;
+#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
+#endif /* ENABLE_NLS */
gtk_init (&argc, &argv);