From 8f9b5dc7e68f88b622aa3ae90139bdb7dc804450 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 29 Nov 2004 14:50:19 +0000 Subject: [PATCH] try to fix ngettext redefined problems SVN-Revision: 2223 --- lib/app/gettext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/gettext.h b/lib/app/gettext.h index d8b2a6eee..1d4d6bc7e 100644 --- a/lib/app/gettext.h +++ b/lib/app/gettext.h @@ -21,7 +21,7 @@ #define _(String) \ SuperTux::dictionary_manager.get_dictionary().translate(String).c_str() -#define ngettext(id, id2, num) \ +#define N_(id, id2, num) \ SuperTux::dictionary_manager.get_dictionary().translate(id, di2, num).c_str() #endif /* _LIBGETTEXT_H */ -- 2.11.0