X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fechocancel%2Fechocancel.C;h=f1ff269ed6cc2881777e27a8ef8abb229f6554f7;hb=1c43268ae0d6d6fad8beff33946e1115a8ec34b2;hp=80787f40ae37e54f66449d786cd49e8c79413075;hpb=f110e7626d433b4724befe0871a3a35f9f81f264;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/echocancel/echocancel.C b/cinelerra-5.1/plugins/echocancel/echocancel.C index 80787f40..f1ff269e 100644 --- a/cinelerra-5.1/plugins/echocancel/echocancel.C +++ b/cinelerra-5.1/plugins/echocancel/echocancel.C @@ -25,7 +25,7 @@ #include "bchash.h" #include "filexml.h" #include "language.h" -#include "cicolors.h" +#include "bccolors.h" #include "samples.h" #include "echocancel.h" #include "theme.h" @@ -720,7 +720,7 @@ remove(int len) sample_data -= len; } -const char* EchoCancel::plugin_title() { return _("EchoCancel"); } +const char* EchoCancel::plugin_title() { return N_("EchoCancel"); } int EchoCancel::is_realtime() { return 1; } static inline double sqr(double v) { return v*v; }