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 9d6c0638..ab43f6d3 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -100,6 +100,8 @@ int main(int argc,
100 return 0; 100 return 0;
101 BINDTEXTDOMAIN(PACKAGE_NAME, PACKAGE_LOCALE_DIR); 101 BINDTEXTDOMAIN(PACKAGE_NAME, PACKAGE_LOCALE_DIR);
102 textdomain(PACKAGE); 102 textdomain(PACKAGE);
103 bind_textdomain_codeset("GNUnet", "UTF-8");
104 bind_textdomain_codeset("gnunet-gtk", "UTF-8");
103 startCron(); 105 startCron();
104 initGNUnetGTKCommon(); 106 initGNUnetGTKCommon();
105 root 107 root