aboutsummaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.c')
-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 ab43f6d3..cec42f13 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -98,10 +98,12 @@ int main(int argc,
98 argv, 98 argv,
99 &parseOptions)) 99 &parseOptions))
100 return 0; 100 return 0;
101#if ENABLE_NLS
101 BINDTEXTDOMAIN(PACKAGE_NAME, PACKAGE_LOCALE_DIR); 102 BINDTEXTDOMAIN(PACKAGE_NAME, PACKAGE_LOCALE_DIR);
102 textdomain(PACKAGE); 103 textdomain(PACKAGE);
103 bind_textdomain_codeset("GNUnet", "UTF-8"); 104 bind_textdomain_codeset("GNUnet", "UTF-8");
104 bind_textdomain_codeset("gnunet-gtk", "UTF-8"); 105 bind_textdomain_codeset("gnunet-gtk", "UTF-8");
106#endif
105 startCron(); 107 startCron();
106 initGNUnetGTKCommon(); 108 initGNUnetGTKCommon();
107 root 109 root