diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-07-09 00:08:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-07-09 00:08:11 +0000 |
commit | 41e717fa43b4ba75f27be3cf58cbdeccc781b906 (patch) | |
tree | f0507cf02980da287062b89860990474716b3de2 | |
parent | 16b9cccb47fd6c35c37585acdaacbaa8ba614ce9 (diff) | |
download | gnunet-gtk-41e717fa43b4ba75f27be3cf58cbdeccc781b906.tar.gz gnunet-gtk-41e717fa43b4ba75f27be3cf58cbdeccc781b906.zip |
sync
-rw-r--r-- | src/core/main.c | 2 |
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 |