edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / findobj / findobj.C
index 6348eb470f7e3ec617fb7c27d1d71ebaa79ec82c..86235f2d19bed0fe22013dc101850849374ab070 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include "affine.h"
-#include "cicolors.h"
+#include "bccolors.h"
 #include "clip.h"
 #include "filexml.h"
 #include "language.h"
@@ -145,7 +145,7 @@ FindObjMain::~FindObjMain()
        delete overlayer;
 }
 
-const char* FindObjMain::plugin_title() { return _("FindObj"); }
+const char* FindObjMain::plugin_title() { return N_("FindObj"); }
 int FindObjMain::is_realtime() { return 1; }
 int FindObjMain::is_multichannel() { return 1; }