summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
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/sfdb_ui.h
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/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 9d730bc3cd..79537b2adb 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -51,7 +51,7 @@ class SoundFileBox : public Gtk::VBox
SoundFileBox ();
virtual ~SoundFileBox () {};
- void set_session (ARDOUR::Session* s);
+ void set_session (ARDOUR::Session* s);
bool setup_labels (std::string filename);
protected: