From: Marco Pesenti Gritti Date: Sun, 22 May 2005 11:05:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EVINCE_0_3_3~322 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b17a745544604f9b10ab29be208022e6bace5a86;p=evince.git *** empty log message *** --- 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__ */