From b17a745544604f9b10ab29be208022e6bace5a86 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 22 May 2005 11:05:56 +0000 Subject: *** empty log message *** --- (limited to 'cut-n-paste') 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__ */ -- cgit v0.9.1