Fix broken inclusion of gettext translation
This commit is contained in:
parent
688f628890
commit
6a465b24a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue