make use of glibmm/i18n.h instead of libintl.h
This commit is contained in:
parent
17b4b6d944
commit
d63ef08b75
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue