X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fshapewipe%2Fshapewipe.C;h=1656e7f1d62bfb219c74abca3f537b403a12ac7e;hb=9d843688067273fd869c55a418962c64814b12ae;hp=ca091ec341dd93cb13e64a822e38078caf29c59d;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/shapewipe/shapewipe.C b/cinelerra-5.0/plugins/shapewipe/shapewipe.C index ca091ec3..1656e7f1 100644 --- a/cinelerra-5.0/plugins/shapewipe/shapewipe.C +++ b/cinelerra-5.0/plugins/shapewipe/shapewipe.C @@ -341,7 +341,7 @@ ShapeWipeMain::~ShapeWipeMain() shape_titles.remove_all_objects(); } -const char* ShapeWipeMain::plugin_title() { return N_("Shape Wipe"); } +const char* ShapeWipeMain::plugin_title() { return _("Shape Wipe"); } int ShapeWipeMain::is_transition() { return 1; } int ShapeWipeMain::uses_gui() { return 1; } @@ -778,7 +778,7 @@ int ShapeWipeMain::process_realtime(VFrame *incoming, VFrame *outgoing) last_preserve_aspect = preserve_aspect; } else { - fprintf(stderr, "Shape Wipe: cannot load shape %s\n", filename); + fprintf(stderr, _("Shape Wipe: cannot load shape %s\n"), filename); last_read_filename[0] = 0; return 0; }