edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / dot / dot.C
index 5060efd21e37be5bb790b5397d92ae47927fb555..daf17d3df7cb4dfbd8525d3d995aad085f0b4376 100644 (file)
@@ -79,7 +79,7 @@ DotMain::~DotMain()
        }
 }
 
-const char* DotMain::plugin_title() { return _("DotTV"); }
+const char* DotMain::plugin_title() { return N_("DotTV"); }
 int DotMain::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(DotMain, DotWindow)