mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Escape angled brackets in playlist names for tooltips.
git-svn-id: svn://localhost/ardour2/branches/3.0@12672 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1804efbd14
commit
d7551a8f08
3 changed files with 18 additions and 2 deletions
|
|
@ -79,6 +79,7 @@ void set_pango_fontsize ();
|
|||
void resize_window_to_proportion_of_monitor (Gtk::Window*, int, int);
|
||||
|
||||
std::string escape_underscores (std::string const &);
|
||||
std::string escape_angled_brackets (std::string const &);
|
||||
|
||||
Gdk::Color unique_random_color (std::list<Gdk::Color> &);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue