plugin fixes and upgrades
[goodguy/history.git] / cinelerra-5.0 / plugins / edge / edge.C
index 89f757cd0c00b4f270e68079d4841fc31242f144..98120bf3b1a3d0c4cadb32fe222ee4a36a870535 100644 (file)
@@ -77,7 +77,7 @@ Edge::~Edge()
        if(temp) delete temp;
 }
 
-const char* Edge::plugin_title() { return N_("Edge"); }
+const char* Edge::plugin_title() { return _("Edge"); }
 int Edge::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(Edge, EdgeWindow);