ru.po from igor, intl tweaks, picon fixes for last chkin, snap motion event on btns
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginserver.C
index 20e08325524997f9b29d8710c90c242a5a69a05c..a3fd1e542092dccd6eba2f9f2aa5b0c877d79821 100644 (file)
@@ -1238,7 +1238,7 @@ int PluginServer::get_plugin_png_path(char *png_path, const char *plugin_icons)
        char png_name[BCSTRLEN];
        get_plugin_png_name(png_name);
        char *pp = png_path, *ep = pp + BCTEXTLEN-1;
-       pp += snprintf(pp, ep-pp, "%s/picon_%s/%s",
+       pp += snprintf(pp, ep-pp, "%s/picon/%s/%s",
                File::get_plugin_path(), plugin_icons, png_name);
        return access(png_path,R_OK) ? 1 : 0;
 }