From 541c00c93fcd98f766cce661aa83ef4ffe713e57 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 28 Mar 2003 12:30:26 +0000 Subject: First part of the backend separation --- include/gettext.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/gettext.h') diff --git a/include/gettext.h b/include/gettext.h index 8b262f4..248bf2e 100644 --- a/include/gettext.h +++ b/include/gettext.h @@ -66,4 +66,7 @@ initializer for static 'char[]' or 'const char[]' variables. */ #define gettext_noop(String) String +#define _(Text) dgettext ("Baltisot", Text) +#define N_(Text) Text + #endif /* _LIBGETTEXT_H */ -- cgit v1.2.3