edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / despike / despike.C
index ca8b96ac0fa2ad29f56603fff0e021009b44394c..ad636f12e5c7c65e097f8d90f3264f369f004d72 100644 (file)
@@ -51,7 +51,7 @@ Despike::~Despike()
 
 }
 
-const char* Despike::plugin_title() { return _("Despike"); }
+const char* Despike::plugin_title() { return N_("Despike"); }
 int Despike::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(Despike, DespikeWindow)