summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e47cd35..fbf8b14 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <gtk/gtk.h>
+#include <i18n.h>
#include "editor.h"
#include "params.h"
@@ -67,10 +68,8 @@ int main(int argc, char **argv)
set_main_configuration(config);
setlocale(LC_ALL, "");
- /*
bindtextdomain(PACKAGE, LOCALE_DIR);
textdomain(PACKAGE);
- */
/* init threads */
g_thread_init(NULL);