edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / histeq / histeq.C
index a4f647cdd43e7b8226dbeb41ea1ebb87353dff53..d24b201831dd986b04a2f876393d9585af0b8338 100644 (file)
@@ -294,7 +294,7 @@ HistEqMain::~HistEqMain()
        delete [] wts;
 }
 
-const char* HistEqMain::plugin_title() { return _("HistEq"); }
+const char* HistEqMain::plugin_title() { return N_("HistEq"); }
 int HistEqMain::is_realtime() { return 1; }