X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2Ftitler.h;h=0f887d017f5b01287d9ec53a4c4ff17a4315b027;hp=5835f8e59c8d81f223ce96ef678862c9cf7d65ae;hb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;hpb=1f004d22ca7bd7a98a3bf02b12ec5b1adece92f2;ds=inline diff --git a/cinelerra-5.1/plugins/titler/titler.h b/cinelerra-5.1/plugins/titler/titler.h index 5835f8e5..0f887d01 100644 --- a/cinelerra-5.1/plugins/titler/titler.h +++ b/cinelerra-5.1/plugins/titler/titler.h @@ -23,20 +23,20 @@ #define TITLE_H #define USE_STROKER -#define KW_NUDGE _("nudge") -#define KW_COLOR _("color") -#define KW_ALPHA _("alpha") -#define KW_FONT _("font") -#define KW_SIZE _("size") -#define KW_BOLD _("bold") -#define KW_ITALIC _("italic") -#define KW_CAPS _("caps") -#define KW_UL _("ul") -#define KW_BLINK _("blink") -#define KW_FIXED _("fixed") -#define KW_ALIAS _("smooth") -#define KW_SUP _("sup") -#define KW_PNG _("png") +#define KW_NUDGE N_("nudge") +#define KW_COLOR N_("color") +#define KW_ALPHA N_("alpha") +#define KW_FONT N_("font") +#define KW_SIZE N_("size") +#define KW_BOLD N_("bold") +#define KW_ITALIC N_("italic") +#define KW_CAPS N_("caps") +#define KW_UL N_("ul") +#define KW_BLINK N_("blink") +#define KW_FIXED N_("fixed") +#define KW_ALIAS N_("smooth") +#define KW_SUP N_("sup") +#define KW_PNG N_("png") class TitleConfig; class TitleGlyph;