grim/guifications3

Parents 3d11600033ad
Children 620a7ced9855
removed an ENABLE_NLS preproc wrapper, glib defines all the macros we need except for P_ which I'll probably be removing shortly anyways...
--- a/gflib/gflib/gf_intl.h Tue May 17 20:53:47 2011 -0500
+++ b/gflib/gflib/gf_intl.h Tue May 17 20:58:39 2011 -0500
@@ -18,13 +18,8 @@
#ifndef GF_INTL_H
#define GF_INTL_H
-#ifdef ENABLE_NLS
-# include <glib/gi18n-lib.h>
-# define P_(String) dgettext(GETTEXT_PACKAGE "-properties",String)
-#else
-# define _(String) (String)
-# define N_(String) (String)
-# define P_(String) (String)
-#endif /* ENABLE_NLS */
+#include <glib/gi18n-lib.h>
+#define P_(String) dgettext(GETTEXT_PACKAGE "-properties",String)
#endif /* GF_INTL_H */
+