about window set as transient for editor, from nedko

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5710 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-10-01 17:55:03 +00:00
parent e39da411ce
commit dbf3c856af

View file

@ -2646,6 +2646,8 @@ ARDOUR_UI::show_about ()
about->signal_response().connect(mem_fun (*this, &ARDOUR_UI::about_signal_response) );
}
about->set_transient_for(*editor);
about->show_all ();
}