diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index 096d3c661..838b0f49c 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -348,6 +348,11 @@ void VestigeInstrumentView::openPlugin( void ) engine::getMixer()->lock(); m_vi->loadFile( ofd.selectedFiles()[0] ); engine::getMixer()->unlock(); + if( m_vi->m_plugin && m_vi->m_plugin->pluginWidget() ) + { + m_vi->m_plugin->pluginWidget()->setWindowIcon( + PLUGIN_NAME::getIconPixmap( "logo" ) ); + } } }