summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-10-12 20:06:20 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-10-12 20:06:20 +0000
commitabb086738cdd0f862b1600e0780bbbf0f0967713 (patch)
tree6eaf4d0af7143ed694ad6b857b050bf6c7d59e0e /gtk2_ardour/sfdb_ui.cc
parent192c6a9c1619de657602f385f92537e3c7ea5722 (diff)
Start of sfdb_v3.
git-svn-id: svn://localhost/trunk/ardour2@58 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
new file mode 100644
index 0000000000..da69242914
--- /dev/null
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -0,0 +1,16 @@
+#include "sfdb_ui.h"
+
+#include "i18n.h"
+
+SoundFileChooser::SoundFileChooser (std::string title,
+ bool split_makes_sense)
+ :
+ Gtk::FileChooserDialog(title)
+{
+
+}
+
+SoundFileChooser::~SoundFileChooser ()
+{
+
+}