summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-04-12 03:09:25 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-04-12 03:09:25 +0000
commitdca6c6d91f443d8d779dd043b2fc0020074a00af (patch)
treef5bbbbe2e242a7daf493d71fc743caf94296b596 /gtk2_ardour/option_editor.cc
parentbcf432184d84d53aa12cbdd2aa3176a9019cab80 (diff)
Added tooltips to help explain various soundfilebrowser buttons.
Fixed auditioning for SoundFileChooser and SoundFileOmega. git-svn-id: svn://localhost/trunk/ardour2@453 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 130bf37083..9bd22ca590 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -667,6 +667,7 @@ void
OptionEditor::click_browse_clicked ()
{
SoundFileChooser sfdb (_("Choose Click"));
+ sfdb.set_session (session);
int result = sfdb.run ();
@@ -686,6 +687,7 @@ void
OptionEditor::click_emphasis_browse_clicked ()
{
SoundFileChooser sfdb (_("Choose Click Emphasis"));
+ sfdb.set_session (session);
int result = sfdb.run ();