X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2F1080to480%2F1080to480.C;h=1f83f499be3f8fc1366df43a9ef45b40f70f5a02;hb=717c4ad1dac14387ac7519228b904026a3a7d493;hp=24bfa698b9643a44b94e182b3da755d17b09daa7;hpb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/1080to480/1080to480.C b/cinelerra-5.1/plugins/1080to480/1080to480.C index 24bfa698..1f83f499 100644 --- a/cinelerra-5.1/plugins/1080to480/1080to480.C +++ b/cinelerra-5.1/plugins/1080to480/1080to480.C @@ -155,7 +155,7 @@ _1080to480Main::~_1080to480Main() if(temp) delete temp; } -const char* _1080to480Main::plugin_title() { return _("1080 to 480"); } +const char* _1080to480Main::plugin_title() { return N_("1080 to 480"); } int _1080to480Main::is_realtime() { return 1; } NEW_WINDOW_MACRO(_1080to480Main, _1080to480Window)