mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add keyboard shortcut to tooltip text where possible.
git-svn-id: svn://localhost/ardour2/branches/3.0@6657 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
535d602374
commit
b5148d93d5
23 changed files with 148 additions and 103 deletions
|
|
@ -120,8 +120,8 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session* s, boost::shared_ptr<Ro
|
|||
|
||||
controls_table.set_no_show_all();
|
||||
|
||||
ARDOUR_UI::instance()->tooltips().set_tip(auto_button, _("automation state"));
|
||||
ARDOUR_UI::instance()->tooltips().set_tip(hide_button, _("hide track"));
|
||||
ARDOUR_UI::instance()->set_tip(auto_button, _("automation state"));
|
||||
ARDOUR_UI::instance()->set_tip(hide_button, _("hide track"));
|
||||
|
||||
/* rearrange the name display */
|
||||
|
||||
|
|
@ -174,7 +174,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session* s, boost::shared_ptr<Ro
|
|||
tipname += ": ";
|
||||
}
|
||||
tipname += _name;
|
||||
ARDOUR_UI::instance()->tooltips().set_tip(controls_ebox, tipname);
|
||||
ARDOUR_UI::instance()->set_tip(controls_ebox, tipname);
|
||||
}
|
||||
|
||||
/* add the buttons */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue