]> www.fi.muni.cz Git - evince.git/blob - eggintl.h
a4271859bfaf28a73786922c1187a0689a7c5696
[evince.git] / eggintl.h
1 #ifndef __EGG_INTL_H__
2 #define __EGG_INTL_H__
3
4 /* We don't support gettext yet, dunno if we should /Anders */
5 #define _(x) (x)
6 #define N_(x) (x)
7
8 #endif /* __EGG_INTL_H__ */