Fix broken inclusion of gettext translation

This commit is contained in:
mjentsch 2015-10-06 21:45:26 +02:00
parent 688f628890
commit 6a465b24a1

View file

@ -28,7 +28,7 @@
// libintl.h. If this is not the case a dummy macro is defined to bypass the translation functions
#ifdef ENABLE_NLS
# include <glib/gi18n-lib.h>
#elseif
#else
# define _(String) String
#endif