X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.0%2Fplugins%2F1080to480%2F1080to480.C;fp=cinelerra-5.0%2Fplugins%2F1080to480%2F1080to480.C;h=b57b7afdae2910422a58fc99e3c663cb8128111e;hb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;hp=95f8175b9345ec3ee8487c7d87948e35c8066866;hpb=9755040e9ae6889aa0d1627d0e209496d1e000e6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/1080to480/1080to480.C b/cinelerra-5.0/plugins/1080to480/1080to480.C index 95f8175b..b57b7afd 100644 --- a/cinelerra-5.0/plugins/1080to480/1080to480.C +++ b/cinelerra-5.0/plugins/1080to480/1080to480.C @@ -155,7 +155,7 @@ _1080to480Main::~_1080to480Main() if(temp) delete temp; } -const char* _1080to480Main::plugin_title() { return N_("1080 to 480"); } +const char* _1080to480Main::plugin_title() { return _("1080 to 480"); } int _1080to480Main::is_realtime() { return 1; } NEW_WINDOW_MACRO(_1080to480Main, _1080to480Window)