From b17a745544604f9b10ab29be208022e6bace5a86 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 22 May 2005 11:05:56 +0000 Subject: [PATCH] *** empty log message *** --- cut-n-paste/toolbar-editor/eggintl.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cut-n-paste/toolbar-editor/eggintl.h diff --git a/cut-n-paste/toolbar-editor/eggintl.h b/cut-n-paste/toolbar-editor/eggintl.h new file mode 100644 index 00000000..a4271859 --- /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__ */ -- 2.43.5