X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fecho%2Fecho.C;h=99ae7959fe8ce5acdbbb185c1d59d45f9258ff33;hb=418e8644335db47143bc421f11be2c2e68901d45;hp=58f8cf00b5191ed4a6bf6291baa603e5dd1f9bd0;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/echo/echo.C b/cinelerra-5.1/plugins/echo/echo.C index 58f8cf00..99ae7959 100644 --- a/cinelerra-5.1/plugins/echo/echo.C +++ b/cinelerra-5.1/plugins/echo/echo.C @@ -25,7 +25,7 @@ #include "bchash.h" #include "filexml.h" #include "language.h" -#include "cicolors.h" +#include "bccolors.h" #include "samples.h" #include "echo.h" #include "theme.h" @@ -207,7 +207,7 @@ void Echo::reset() bfr_pos = 0; } -const char* Echo::plugin_title() { return _("Echo"); } +const char* Echo::plugin_title() { return N_("Echo"); } int Echo::is_realtime() { return 1; } int Echo::is_multichannel() { return 1; }