Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/toolbar-editor/eggintl.h
blob: a4271859bfaf28a73786922c1187a0689a7c5696 (plain)
1
2
3
4
5
6
7
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__ */