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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/main.c b/src/core/main.c
index cec42f13..f4185df7 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -98,6 +98,11 @@ int main(int argc,
98 argv, 98 argv,
99 &parseOptions)) 99 &parseOptions))
100 return 0; 100 return 0;
101
102#ifdef WINDOWS
103 FreeConsole();
104#endif
105
101#if ENABLE_NLS 106#if ENABLE_NLS
102 BINDTEXTDOMAIN(PACKAGE_NAME, PACKAGE_LOCALE_DIR); 107 BINDTEXTDOMAIN(PACKAGE_NAME, PACKAGE_LOCALE_DIR);
103 textdomain(PACKAGE); 108 textdomain(PACKAGE);