Add default OK button to "JACK exited" dialog.
authorDavid Robillard <d@drobilla.net>
Fri, 18 Nov 2011 20:22:49 +0000 (20:22 +0000)
committerDavid Robillard <d@drobilla.net>
Fri, 18 Nov 2011 20:22:49 +0000 (20:22 +0000)
commit0e2173d2aeab277af4be39efd1a1aa5dda935dab
tree74177bf16ceb801ab0df386466e23fa7919ad4ab
parent200832923a1fe10411e48b9e42c3b3b087f683c3
Add default OK button to "JACK exited" dialog.
Remove odd pointless Gtk::ButtonsType casts.

Related to ticket 4364.  As of this commit all uses of MessageDialog are
verified to have buttons (we use BUTTONS_NONE occasionally, but in all
cases we add buttons later).

git-svn-id: svn://localhost/ardour2/branches/3.0@10686 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/ardour_ui.cc
gtk2_ardour/main.cc