From 8cbb318223f9a0c6e9ebd76508ab46562214583a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 5 Dec 2020 00:11:04 +0100 Subject: [PATCH] Yet another fix for VST3 default path --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 250a0d8ca8..f9b4b5f366 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3717,7 +3717,7 @@ RCOptionEditor::RCOptionEditor () new RcActionButton (_("Edit"), sigc::bind (sigc::mem_fun (*this, &RCOptionEditor::edit_vst_path), _("Set Additional VST3 Search Path"), - PluginManager::instance().get_default_windows_vst_path (), + "", /* default is blank */ sigc::mem_fun (*_rc_config, &RCConfiguration::get_plugin_path_vst3), sigc::mem_fun (*_rc_config, &RCConfiguration::set_plugin_path_vst3) ),