edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / color3way / color3way.C
index 8cc288ee72c6ee168808d5caf5329cea3d07117e..ba1f0094fcc924c36019573138d4ff46d26f4791 100644 (file)
@@ -360,7 +360,7 @@ Color3WayMain::~Color3WayMain()
        delete engine;
 }
 
        delete engine;
 }
 
-const char* Color3WayMain::plugin_title() { return _("Color 3 Way"); }
+const char* Color3WayMain::plugin_title() { return N_("Color 3 Way"); }
 int Color3WayMain::is_realtime() { return 1; }
 
 
 int Color3WayMain::is_realtime() { return 1; }