aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 87e84772..147ace7c 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -98,6 +98,8 @@ int main(int argc,
98 argv, 98 argv,
99 &parseOptions)) 99 &parseOptions))
100 return 0; 100 return 0;
101 BINDTEXTDOMAIN(PACKAGE, PACKAGE_LOCALE_DIR);
102 textdomain(PACKAGE);
101 startCron(); 103 startCron();
102 initGNUnetGTKCommon(); 104 initGNUnetGTKCommon();
103 root 105 root