mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -72,7 +72,7 @@ AudioRegionEditor::AudioRegionEditor (Session* s, boost::shared_ptr<AudioRegion>
|
|||
name_hbox.pack_start (name_label, false, false);
|
||||
name_hbox.pack_start (name_entry, false, false);
|
||||
|
||||
ARDOUR_UI::instance()->tooltips().set_tip (audition_button, _("audition this region"));
|
||||
ARDOUR_UI::instance()->set_tip (audition_button, _("audition this region"));
|
||||
|
||||
audition_button.unset_flags (Gtk::CAN_FOCUS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue