add "Editor" to detached editor window name to see if this fixes Unity WM behaviour

This commit is contained in:
Paul Davis 2015-11-16 13:06:20 -05:00
parent 7ae06b2715
commit 01d5d1eda4

View File

@ -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 {