mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix invalid markup (scene name)
This commit is contained in:
parent
682c19e57f
commit
670f546ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -4308,7 +4308,7 @@ Mixer_UI::update_scene_buttons ()
|
||||||
"Right-Click for Context menu")
|
"Right-Click for Context menu")
|
||||||
, Keyboard::momentary_push_name() ) );
|
, Keyboard::momentary_push_name() ) );
|
||||||
if (last) {
|
if (last) {
|
||||||
l->set_markup(string_compose ("<b>>%1</b>", scn->name()));
|
l->set_markup(string_compose ("<b>%1</b>", Gtkmm2ext::markup_escape_text (scn->name())));
|
||||||
} else {
|
} else {
|
||||||
l->set_text (scn->name());
|
l->set_text (scn->name());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue