try to fix ngettext redefined problems
authorMatthias Braun <matze@braunis.de>
Mon, 29 Nov 2004 14:50:19 +0000 (14:50 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 29 Nov 2004 14:50:19 +0000 (14:50 +0000)
SVN-Revision: 2223

lib/app/gettext.h

index d8b2a6e..1d4d6bc 100644 (file)
@@ -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 */