mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
add "Editor" to detached editor window name to see if this fixes Unity WM behaviour
This commit is contained in:
parent
7ae06b2715
commit
01d5d1eda4
1 changed files with 1 additions and 0 deletions
|
|
@ -1274,6 +1274,7 @@ Editor::update_title ()
|
|||
}
|
||||
|
||||
WindowTitle title(session_name);
|
||||
title += S_("Window|Editor");
|
||||
title += Glib::get_application_name();
|
||||
own_window()->set_title (title.get_string());
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue