summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
blob: da69242914cf05976cb7de295103c6a97ba30fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "sfdb_ui.h"

#include "i18n.h"

SoundFileChooser::SoundFileChooser (std::string title,
		bool split_makes_sense)
	:
	Gtk::FileChooserDialog(title)
{
	
}

SoundFileChooser::~SoundFileChooser ()
{

}