bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / plugins / echocancel / echocancel.C
index 80787f40ae37e54f66449d786cd49e8c79413075..f1ff269ed6cc2881777e27a8ef8abb229f6554f7 100644 (file)
@@ -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; }