make use of glibmm/i18n.h instead of libintl.h

This commit is contained in:
Bart Hakvoort 2004-09-23 20:26:09 +00:00
parent 17b4b6d944
commit d63ef08b75
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
#endif /* HAVE_CONFIG_H */
#ifdef ENABLE_NLS
#include <libintl.h>
#define _(String) gettext(String)
#include <glibmm/i18n.h>
#endif /* ENABLE_NLS */
#endif /* I18N */