summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-10-12 21:59:45 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-10-12 21:59:45 +0000
commit3b91a592be371e25c6c135664ba0af2f484431ab (patch)
tree51d97a89212d52b019a079827520d34078e942da /gtk2_ardour/option_editor.cc
parentabb086738cdd0f862b1600e0780bbbf0f0967713 (diff)
split sfdb_v3 into 3 classes.
git-svn-id: svn://localhost/trunk/ardour2@59 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 63e7024b6a..92719b9803 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -1291,7 +1291,7 @@ OptionEditor::raid_path_changed ()
void
OptionEditor::click_browse_clicked ()
{
- SoundFileChooser sfdb (_("Choose Click"), false);
+ SoundFileChooser sfdb (_("Choose Click"), false, false);
int result = sfdb.run ();
@@ -1312,7 +1312,7 @@ OptionEditor::click_chosen (string path)
void
OptionEditor::click_emphasis_browse_clicked ()
{
- SoundFileChooser sfdb (_("Click Emphasis"), false);
+ SoundFileChooser sfdb (_("Click Emphasis"), false, false);
int result = sfdb.run ();