fix epic typo.
authorRobin Gareus <robin@gareus.org>
Sat, 12 Dec 2015 18:14:13 +0000 (19:14 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 12 Dec 2015 18:14:13 +0000 (19:14 +0100)
gtk2_ardour/rc_option_editor.cc

index 016d30dc0227060ea63fa74c40cfd5bdbc9a9121..5bb5d4a291d2437075e475018ac370c97e8d23d0 100644 (file)
@@ -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