X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fgeneral.h;h=77366d8e64fb3acd2d292ad958c2eb6a0b29e77f;hb=b830d30a073ff70f1113339ba8a0785363138fad;hp=6397097ae4b61edd11c959e13291f6f6cc02e61e;hpb=c2813b4d63804cac9b4067146a9e6eca717cb3e4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/general.h b/synfig-studio/trunk/src/gtkmm/general.h index 6397097..77366d8 100644 --- a/synfig-studio/trunk/src/gtkmm/general.h +++ b/synfig-studio/trunk/src/gtkmm/general.h @@ -27,16 +27,23 @@ /* === H E A D E R S ======================================================= */ +#ifdef ENABLE_NLS #include +#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 ===================================================== */