X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fresamplert%2Fresamplert.C;h=9408afaaa3a9cc4c84035c0a0ac49899f31b7bea;hb=bd0694fcee6080ec61e243ac6f278be5a48d564b;hp=409db6dfd319d899acc994fcde19089688de1838;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/resamplert/resamplert.C b/cinelerra-5.1/plugins/resamplert/resamplert.C index 409db6df..9408afaa 100644 --- a/cinelerra-5.1/plugins/resamplert/resamplert.C +++ b/cinelerra-5.1/plugins/resamplert/resamplert.C @@ -220,7 +220,7 @@ ResampleRT::~ResampleRT() delete resample; } -const char* ResampleRT::plugin_title() { return _("ResampleRT"); } +const char* ResampleRT::plugin_title() { return N_("ResampleRT"); } int ResampleRT::is_realtime() { return 1; } int ResampleRT::is_synthesis() { return 1; }