]> www.fi.muni.cz Git - evince.git/commitdiff
*** empty log message ***
authorMarco Pesenti Gritti <marco@src.gnome.org>
Sun, 22 May 2005 11:05:56 +0000 (11:05 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Sun, 22 May 2005 11:05:56 +0000 (11:05 +0000)
cut-n-paste/toolbar-editor/eggintl.h [new file with mode: 0644]

diff --git a/cut-n-paste/toolbar-editor/eggintl.h b/cut-n-paste/toolbar-editor/eggintl.h
new file mode 100644 (file)
index 0000000..a427185
--- /dev/null
@@ -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__ */