changeset 1621:06be7469ee5f

Set a more appropriate name on aggregate model when deciding to retain it
author Chris Cannam
date Mon, 27 Feb 2017 16:52:12 +0000
parents 33d32b3190bf
children 239e95ccdbfd
files main/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Mon Feb 27 16:26:37 2017 +0000
+++ b/main/MainWindow.cpp	Mon Feb 27 16:52:12 2017 +0000
@@ -3960,6 +3960,7 @@
          &configurator);
 
     if (input.getModel() == aggregate) {
+        aggregate->setObjectName(tr("Multiplexed audio"));
         m_document->addAggregateModel(aggregate);
     } else {
         aggregate->aboutToDelete();