mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
rename loop download dialog (breaks string freeze)
This commit is contained in:
parent
12ffd962b3
commit
3b274bd433
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ using namespace ARDOUR;
|
|||
using std::string;
|
||||
|
||||
LibraryDownloadDialog::LibraryDownloadDialog ()
|
||||
: ArdourDialog (_("Loop Library Manager"), true) /* modal */
|
||||
: ArdourDialog (_("Loop Download Manager"), true) /* modal */
|
||||
, inflater(0)
|
||||
{
|
||||
_model = Gtk::ListStore::create (_columns);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue