X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fgeneral.h;h=137c0618a81af9bc3920c5ae393b7e8b729447a4;hb=5a17ece8e598f5097199c747674643f825ef2a63;hp=ac1708bfddbd1c2c4d5a4e8fb4ea4e235114ea88;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/general.h b/synfig-studio/trunk/src/synfigapp/general.h index ac1708b..137c061 100644 --- a/synfig-studio/trunk/src/synfigapp/general.h +++ b/synfig-studio/trunk/src/synfigapp/general.h @@ -1,5 +1,5 @@ /* === S Y N F I G ========================================================= */ -/*! \file synfigstudio/src/synfigapp/general.h +/*! \file synfigapp/general.h ** \brief Te ** ** $Id$ @@ -27,16 +27,24 @@ /* === 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) dgettext("synfigstudio",x) #define gettext_noop(x) x #define N_(x) gettext_noop(x) +#else +#define _(x) (x) +#define N_(x) (x) +#define gettext(x) (x) +#endif /* === T Y P E D E F S ===================================================== */