mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Set correct Timecode widget name
This commit is contained in:
parent
24b18c889b
commit
13383b11a7
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ ARDOUR_UI::build_menu_bar ()
|
|||
|
||||
wall_clock_label.set_name ("WallClock");
|
||||
wall_clock_label.set_use_markup ();
|
||||
timecode_format_label.set_name ("WallClock");
|
||||
timecode_format_label.set_name ("Timecode");
|
||||
timecode_format_label.set_use_markup ();
|
||||
peak_thread_work_label.set_name ("PeakThreadWork");
|
||||
peak_thread_work_label.set_use_markup ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue