From d2ff9e40e3d1990eba4024b945bdf0a6bb1625cf Mon Sep 17 00:00:00 2001 From: Nick Mainsbridge Date: Wed, 26 Apr 2006 16:33:10 +0000 Subject: [PATCH] Fix vst typo git-svn-id: svn://localhost/trunk/ardour2@485 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/plugin_selector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/plugin_selector.h b/gtk2_ardour/plugin_selector.h index cbd076918e..125ce1b80a 100644 --- a/gtk2_ardour/plugin_selector.h +++ b/gtk2_ardour/plugin_selector.h @@ -103,7 +103,7 @@ class PluginSelector : public ArdourDialog Gtk::TreeView vst_display; static void _vst_refiller (void *); void vst_refiller (); - void vst_dispaly_selection_changed(); + void vst_display_selection_changed(); #endif ARDOUR::PluginInfo* i_selected_plug;