X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fshapewipe%2Fshapewipe.C;h=1f80e288876396d638d0f970f976782811282b64;hb=4b63344ef93576909bef74d89a09a7a69a6a5d15;hp=bb91c5ecc6cd345113758cb4d23827f94d994588;hpb=d74af873b37515106009148abcc8686836aec72e;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/shapewipe/shapewipe.C b/cinelerra-5.1/plugins/shapewipe/shapewipe.C index bb91c5ec..1f80e288 100644 --- a/cinelerra-5.1/plugins/shapewipe/shapewipe.C +++ b/cinelerra-5.1/plugins/shapewipe/shapewipe.C @@ -344,7 +344,7 @@ ShapeWipeMain::~ShapeWipeMain() shape_titles.remove_all_objects(); } -const char* ShapeWipeMain::plugin_title() { return _("Shape Wipe"); } +const char* ShapeWipeMain::plugin_title() { return N_("Shape Wipe"); } int ShapeWipeMain::is_transition() { return 1; } int ShapeWipeMain::uses_gui() { return 1; }