summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-29 22:27:48 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-29 22:27:48 +0000
commit118bb6d8351554393291859515ecc3b60764cc6a (patch)
treee000996f846da487f07759ca4a8efeea089e45fc /gtk2_ardour/route_ui.cc
parent6f306c98216a2901d45d1b5537d836d084673eb3 (diff)
Add Save button to Save As Template dialogue.
git-svn-id: svn://localhost/ardour2/branches/3.0@8373 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc
index e9ccea65c3..aa75ee0b36 100644
--- a/gtk2_ardour/route_ui.cc
+++ b/gtk2_ardour/route_ui.cc
@@ -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;