edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / awindowgui.C
index a50f21a2280ddea161a53c28a9413449be399269..ae74854b19e0517640e164b042943dc5a9c97b42 100644 (file)
@@ -328,7 +328,7 @@ void AssetPicon::create_objects()
        }
        else
        if( plugin ) {
        }
        else
        if( plugin ) {
-               strcpy(name,  plugin->title);
+               strcpy(name, _(plugin->title));
                set_text(name);
                icon_vframe = plugin->get_picon();
                if( icon_vframe )
                set_text(name);
                icon_vframe = plugin->get_picon();
                if( icon_vframe )