edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / wipe / wipe.C
index c7e89cabfadb8bc216222fe5eb43c1350e7d4509..71b1d722ef4b6f7b947a88e6353489a57e4dfb63 100644 (file)
@@ -143,7 +143,7 @@ WipeMain::~WipeMain()
 
 }
 
-const char* WipeMain::plugin_title() { return _("Wipe"); }
+const char* WipeMain::plugin_title() { return N_("Wipe"); }
 int WipeMain::is_video() { return 1; }
 int WipeMain::is_transition() { return 1; }
 int WipeMain::uses_gui() { return 1; }