X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fgeneral.h;h=77366d8e64fb3acd2d292ad958c2eb6a0b29e77f;hb=ceec3f1ccafc99fa6f929ec47905216b471c92c6;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 ===================================================== */