projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c7a80
)
try to fix ngettext redefined problems
author
Matthias Braun
<matze@braunis.de>
Mon, 29 Nov 2004 14:50:19 +0000
(14:50 +0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 29 Nov 2004 14:50:19 +0000
(14:50 +0000)
SVN-Revision: 2223
lib/app/gettext.h
patch
|
blob
|
history
diff --git
a/lib/app/gettext.h
b/lib/app/gettext.h
index
d8b2a6e
..
1d4d6bc
100644
(file)
--- 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 */