summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-10-01 16:29:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-10-01 16:29:37 +0000
commitf5091b8db024c3499c72cac8694cde678e8f73bb (patch)
tree4328f4a9b5e0eabc4f657686efa00833f0388d03 /gtk2_ardour/mixer_strip.h
parent3db47e694c45af1c0144b325da57e09e72ac0240 (diff)
slightly less incomplete work on mixer window treeview port
git-svn-id: svn://localhost/trunk/ardour2@46 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 93538265fc..6e36573929 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -138,7 +138,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Button name_button;
Gtk::Window* comment_window;
- Gtk::Text comment_area;
+ Gtk::TextView comment_area;
Gtk::Button comment_button;
void setup_comment_editor ();