summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-11-04 17:45:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-11-04 17:45:26 (GMT)
commitc1ff0021b42fb5738a0cb31da15c12eb6dfac816 (patch)
tree5ada2aaf5f8bbf7df2ae4d851235b1ab4a0d5c82 /src/editor.c
parenta3e238eb03fc52845e7a8930feb384a0ad33233e (diff)
Introduced translations.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@188 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/editor.c b/src/editor.c
index a2741ab..c5c697e 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -25,6 +25,8 @@
#include "editor.h"
+#include <i18n.h>
+
@@ -62,9 +64,6 @@
-#define _(str) str
-
-
void sigchld_handler(int num);