aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-07-09 00:08:11 +0000
committerChristian Grothoff <christian@grothoff.org>2005-07-09 00:08:11 +0000
commit41e717fa43b4ba75f27be3cf58cbdeccc781b906 (patch)
treef0507cf02980da287062b89860990474716b3de2
parent16b9cccb47fd6c35c37585acdaacbaa8ba614ce9 (diff)
downloadgnunet-gtk-41e717fa43b4ba75f27be3cf58cbdeccc781b906.tar.gz
gnunet-gtk-41e717fa43b4ba75f27be3cf58cbdeccc781b906.zip
sync
-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