Start of sfdb_v3.
[ardour.git] / gtk2_ardour / sfdb_ui.cc
1 #include "sfdb_ui.h"
2
3 #include "i18n.h"
4
5 SoundFileChooser::SoundFileChooser (std::string title,
6                 bool split_makes_sense)
7         :
8         Gtk::FileChooserDialog(title)
9 {
10         
11 }
12
13 SoundFileChooser::~SoundFileChooser ()
14 {
15
16 }