13
0

Add Save button to Save As Template dialogue.

git-svn-id: svn://localhost/ardour2/branches/3.0@8373 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-29 22:27:48 +00:00
parent 6f306c9821
commit 118bb6d835

View File

@ -1610,6 +1610,7 @@ RouteUI::save_as_template ()
p.set_title (_("Save As Template"));
p.set_prompt (_("Template name:"));
p.add_button (Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
switch (p.run()) {
case RESPONSE_ACCEPT:
break;