summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 016d30dc02..5bb5d4a291 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2786,7 +2786,7 @@ if (!Profile->get_mixbus()) {
#ifdef WINDOWS_VST_SUPPORT
add_option (_("Plugins"),
new RcActionButton (_("Edit"),
- sigc::mem_fun (*this, &RCOptionEditor::edit_lxvst_path),
+ sigc::mem_fun (*this, &RCOptionEditor::edit_vst_path),
_("Windows VST Path:")));
#endif