edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / 1080to480 / 1080to480.C
index 24bfa698b9643a44b94e182b3da755d17b09daa7..1f83f499be3f8fc1366df43a9ef45b40f70f5a02 100644 (file)
@@ -155,7 +155,7 @@ _1080to480Main::~_1080to480Main()
        if(temp) delete temp;
 }
 
-const char* _1080to480Main::plugin_title() { return _("1080 to 480"); }
+const char* _1080to480Main::plugin_title() { return N_("1080 to 480"); }
 int _1080to480Main::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(_1080to480Main, _1080to480Window)