summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-16 01:08:25 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-16 01:08:25 +0000
commit039a7f544a7c29681988a2be42dbb3a6b2b5feb0 (patch)
tree9319fefbd28926a3d55c81df829476c34f9769bb /gtk2_ardour/export_dialog.cc
parent1c3f709bf75d86462b4441470d5108cdc049301b (diff)
Make pressing enter in the label or path entries trigger the default dialogue response (fixes #3763).
git-svn-id: svn://localhost/ardour2/branches/3.0@8865 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_dialog.cc')
-rw-r--r--gtk2_ardour/export_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc
index 77e75ab0a5..83e58d3726 100644
--- a/gtk2_ardour/export_dialog.cc
+++ b/gtk2_ardour/export_dialog.cc
@@ -131,6 +131,7 @@ ExportDialog::init ()
//rt_export_button = add_button (_("Realtime Export"), RESPONSE_RT);
//fast_export_button = add_button (_("Fast Export"), RESPONSE_FAST);
fast_export_button = add_button (_("Export"), RESPONSE_FAST);
+ set_default_response (RESPONSE_FAST);
list_files_button.set_name ("PaddedButton");