Fix the error about being unable to parse the grid_size metadata. It was previously...
[synfig.git] / synfig-studio / trunk / src / gtkmm / general.h
index d8a2854..77366d8 100644 (file)
@@ -1,5 +1,5 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file synfigstudio/src/gtkmm/general.h
+/*!    \file gtkmm/general.h
 **     \brief General header file for synfigstudio
 **
 **     $Id$
 
 /* === H E A D E R S ======================================================= */
 
+#ifdef ENABLE_NLS
 #include <libintl.h>
+#endif
 
 /* === M A C R O S ========================================================= */
 
 #undef _
 #undef gettext_noop
 #undef N_
+#ifdef ENABLE_NLS
 #define _(x) gettext(x)
 #define gettext_noop(x) x
 #define N_(x) gettext_noop(x)
+#else
+#define _(x) (x)
+#define N_(x) (x)
+#endif
 
 /* === T Y P E D E F S ===================================================== */