summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-11-16 13:06:20 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:25 -0500
commit01d5d1eda47d0e8f08f2a1f25b932302c2bd5dff (patch)
tree2d90fa28b294c75fc64bbc3e086c3e708317d2f5 /gtk2_ardour/editor.cc
parent7ae06b2715f53278cec61aef489f75f4749ecd1e (diff)
add "Editor" to detached editor window name to see if this fixes Unity WM behaviour
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 015e108a31..22c7c2ea56 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -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 {