13
0

rename loop download dialog (breaks string freeze)

This commit is contained in:
Paul Davis 2022-09-26 01:09:09 -06:00
parent 12ffd962b3
commit 3b274bd433

View File

@ -39,7 +39,7 @@ using namespace ARDOUR;
using std::string; using std::string;
LibraryDownloadDialog::LibraryDownloadDialog () LibraryDownloadDialog::LibraryDownloadDialog ()
: ArdourDialog (_("Loop Library Manager"), true) /* modal */ : ArdourDialog (_("Loop Download Manager"), true) /* modal */
, inflater(0) , inflater(0)
{ {
_model = Gtk::ListStore::create (_columns); _model = Gtk::ListStore::create (_columns);