summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/comm.c b/src/comm.c
index 8ecfa7a9b..e9db88874 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -218,6 +218,9 @@ main (int argc, char **argv)
int c;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
only_file_1 = 1;
only_file_2 = 1;