clear waveform cache when shape changes - fixes #6525
[ardour.git] / libs / ardour / plugin_manager.cc
index 3d2b34f65778d0246b9b0c687485457b8a8a28fb..7a14154d3c2e449712b12c09f8e696b82a5724e4 100644 (file)
@@ -123,7 +123,7 @@ PluginManager::PluginManager ()
 
 #ifdef PLATFORM_WINDOWS
        // on windows the .exe needs to be in the same folder with libardour.dll
-       vstsp += Glib::build_filename(g_win32_get_package_installation_directory_of_module (0), "bin");
+       vstsp += Glib::build_filename(windows_package_directory_path(), "bin");
 #else
        // on Unices additional internal-use binaries are deployed to $libdir
        vstsp += ARDOUR::ardour_dll_directory();
@@ -856,7 +856,7 @@ PluginManager::windows_vst_discover (string path, bool cache_only)
                        _windows_vst_plugin_info->push_back (info);
                        discovered++;
                        if (Config->get_verbose_plugin_scan()) {
-                               PBD::info << string_compose (_(" -> OK. (VST Plugin \"%1\" added)."), info->name) << endmsg;
+                               PBD::info << string_compose (_(" -> OK (VST Plugin \"%1\" was added)."), info->name) << endmsg;
                        }
                }
        }