summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-12 19:14:13 +0100
committerRobin Gareus <robin@gareus.org>2015-12-12 19:14:13 +0100
commit239ea8670b8f341887bc09bbdd9cb67e1e02b788 (patch)
treedfe561e25b33f8fa2ae4267630b3f2a383f5d21f /gtk2_ardour
parent89cf05b0d2be64de461dec06085f852cc4a155f4 (diff)
fix epic typo.
Diffstat (limited to 'gtk2_ardour')
-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