mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
conform LTC config tooltip text
git-svn-id: svn://localhost/ardour2/branches/3.0@13328 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b7075c0989
commit
956261b36d
1 changed files with 1 additions and 1 deletions
|
|
@ -1119,7 +1119,7 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
);
|
);
|
||||||
Gtkmm2ext::UI::instance()->set_tip
|
Gtkmm2ext::UI::instance()->set_tip
|
||||||
(_ltc_send_continuously->tip_widget(),
|
(_ltc_send_continuously->tip_widget(),
|
||||||
_("If enabled, Ardour will continue to send LTC information even when the transport (playhead) is not moving."));
|
_("When enabled, Ardour will continue to send LTC information even when the transport (playhead) is not moving."));
|
||||||
add_option (_("Transport"), _ltc_send_continuously);
|
add_option (_("Transport"), _ltc_send_continuously);
|
||||||
|
|
||||||
_ltc_volume_adjustment = new Gtk::Adjustment(-18, -50, 0, .5, 3);
|
_ltc_volume_adjustment = new Gtk::Adjustment(-18, -50, 0, .5, 3);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue