mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
17 lines
207 B
C++
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 ()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|