summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-02-16 20:41:22 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-02-16 20:41:22 +0000
commit2571f8e4c1a8c5ed3992839c7fb25e0be9e3e239 (patch)
tree1a7afe09883279223f61d912b419ad8d2ad5e836 /gtk2_ardour/redirect_box.h
parent53a074937680058bb5a7fcf06cf2e2f5bd3027a1 (diff)
wierd->weird misspeling fix.
git-svn-id: svn://localhost/ardour2/trunk@1469 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/redirect_box.h')
-rw-r--r--gtk2_ardour/redirect_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/redirect_box.h b/gtk2_ardour/redirect_box.h
index 7ab7d03cac..775ba4b1fd 100644
--- a/gtk2_ardour/redirect_box.h
+++ b/gtk2_ardour/redirect_box.h
@@ -195,7 +195,7 @@ class RedirectBox : public Gtk::HBox
gint idle_delete_redirect (boost::weak_ptr<ARDOUR::Redirect>);
- void wierd_plugin_dialog (ARDOUR::Plugin& p, uint32_t streams, boost::shared_ptr<ARDOUR::IO> io);
+ void weird_plugin_dialog (ARDOUR::Plugin& p, uint32_t streams, boost::shared_ptr<ARDOUR::IO> io);
static RedirectBox* _current_redirect_box;
static bool enter_box (GdkEventCrossing*, RedirectBox*);