13
0
livetrax/gtk2_ardour/sfdb_ui.cc
Taybin Rutkin abb086738c Start of sfdb_v3.
git-svn-id: svn://localhost/trunk/ardour2@58 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-12 20:06:20 +00:00

17 lines
207 B
C++

#include "sfdb_ui.h"
#include "i18n.h"
SoundFileChooser::SoundFileChooser (std::string title,
bool split_makes_sense)
:
Gtk::FileChooserDialog(title)
{
}
SoundFileChooser::~SoundFileChooser ()
{
}