diff options
Diffstat (limited to 'src/install.c')
-rw-r--r-- | src/install.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install.c b/src/install.c index 8e4dd98ea..bcad6b662 100644 --- a/src/install.c +++ b/src/install.c @@ -187,6 +187,7 @@ main (int argc, char **argv) int n_files; char **file; + initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |