Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/toolbar-editor
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-05-22 11:05:56 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-22 11:05:56 (GMT)
commitb17a745544604f9b10ab29be208022e6bace5a86 (patch)
tree890b5f69013ba4287e5846a8fb1d751889df707e /cut-n-paste/toolbar-editor
parent43c313519f3a78f9256ee6eb4c2de1c04369748d (diff)
*** empty log message ***
Diffstat (limited to 'cut-n-paste/toolbar-editor')
-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__ */