Correct a namespace typo

This commit is contained in:
John Emmas 2016-12-28 09:20:39 +00:00
parent 9740fb7d76
commit 6d566c9fe0
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ MiniTimeline::MiniTimeline ()
ARDOUR_UI_UTILS::set_tooltip (*this,
string_compose (_("<b>Navigation Timeline</b>. Use left-click to locate to time position or marker; scroll-wheel to jump, hold %1 for fine gained and %2 + %3 for extra-fine grained control. Right-click to set display range. The display unit is defined by the primary clock."),
Gtkmm2ext::Keyboard::Keyboard::primary_modifier_name(),
Gtkmm2ext::Keyboard::Keyboard::primary_modifier_name (),
Gtkmm2ext::Keyboard::primary_modifier_name(),
Gtkmm2ext::Keyboard::primary_modifier_name (),
Gtkmm2ext::Keyboard::secondary_modifier_name ()));
}