ardour/gtk2_ardour/sfdb_ui.cc

17 lines
207 B
C++
Raw Normal View History

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