summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-09 13:27:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:21 -0500
commitd84f6554957acf16e9f835c435904b8b3069c8b1 (patch)
tree93285d6313c770963c2b1e2fe8c9f31623a4835f /gtk2_ardour/ardour_ui_dependents.cc
parent39036cf20fc8e27d3d1ee9c5070584356285abc2 (diff)
add suggestive tooltips for tabs; remove position argument for Tabbable since it isn't really usable
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index b99cc24db9..4d50787852 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -61,8 +61,8 @@ ARDOUR_UI::we_have_dependents ()
editor->setup_tooltips ();
editor->UpdateAllTransportClocks.connect (sigc::mem_fun (*this, &ARDOUR_UI::update_transport_clocks));
- editor->add_to_notebook (_tabs, _("Editor"), 1);
- mixer->add_to_notebook (_tabs, _("Mixer"), 1);
+ editor->add_to_notebook (_tabs, _("Editor"));
+ mixer->add_to_notebook (_tabs, _("Mixer"));
/* all actions are defined */