Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cut-n-paste/toolbar-editor/eggintl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cut-n-paste/toolbar-editor/eggintl.h b/cut-n-paste/toolbar-editor/eggintl.h
new file mode 100644
index 0000000..a427185
--- /dev/null
+++ b/cut-n-paste/toolbar-editor/eggintl.h
@@ -0,0 +1,8 @@
+#ifndef __EGG_INTL_H__
+#define __EGG_INTL_H__
+
+/* We don't support gettext yet, dunno if we should /Anders */
+#define _(x) (x)
+#define N_(x) (x)
+
+#endif /* __EGG_INTL_H__ */