mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 18:06:06 +01:00
[Summary] Changed Menu Element text in pop-up menu in Audio-Clock
This commit is contained in:
parent
8583b077bb
commit
c06c0ff494
1 changed files with 1 additions and 1 deletions
|
|
@ -2105,7 +2105,7 @@ AudioClock::build_ops_menu ()
|
|||
if (!Profile->get_sae()) {
|
||||
ops_items.push_back (MenuElem (_("Timecode"), sigc::bind (sigc::mem_fun(*this, &AudioClock::set_mode), Timecode)));
|
||||
}
|
||||
ops_items.push_back (MenuElem (_("Minutes:Seconds"), sigc::bind (sigc::mem_fun(*this, &AudioClock::set_mode), MinSec)));
|
||||
ops_items.push_back (MenuElem (_("Time"), sigc::bind (sigc::mem_fun(*this, &AudioClock::set_mode), MinSec)));
|
||||
ops_items.push_back (MenuElem (_("Samples"), sigc::bind (sigc::mem_fun(*this, &AudioClock::set_mode), Frames)));
|
||||
|
||||
if (editable && !_off && !is_duration && !_follows_playhead) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue