Fix another typo

This commit is contained in:
Robin Gareus 2021-07-07 02:21:16 +02:00
parent 97cb245e03
commit 533b9e6053
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ PluginManagerUI::edit_vst_path (ARDOUR::PluginType t)
case Windows_VST:
rc_option_editor->edit_vst_path (
_("Set Windows VST2 Search Path"),
PluginManager::instance()..get_default_windows_vst_path (),
PluginManager::instance().get_default_windows_vst_path (),
sigc::mem_fun (*Config, &RCConfiguration::get_plugin_path_vst),
sigc::mem_fun (*Config, &RCConfiguration::set_plugin_path_vst)
);