mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 09:55:55 +01:00
Fix printing keybindings #8924 (brace/bracket mismatch)
This commit is contained in:
parent
d037dff213
commit
047296060f
1 changed files with 1 additions and 1 deletions
|
|
@ -923,7 +923,7 @@ Bindings::save_as_html (ostream& ostr, bool categorize) const
|
|||
char const *replacements[] = { X_("-"), X_("+"), X_("-"), X_("."), X_("/"),
|
||||
X_("`"), X_(","), X_("."), X_("*"), X_("\\"),
|
||||
X_("'"), X_("-"), X_("+"), X_("/"), X_(";"),
|
||||
X_(":"), X_("="), X_("{"), X_("{"),
|
||||
X_(":"), X_("="), X_("["), X_("]"),
|
||||
X_("&"), X_("#"), X_("("), X_(")"),
|
||||
X_("`"), X_("'"), X_("!"), X_("\""),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue