(#339) Fixed default names of new range filters

Made sure that range filters are named "New Filter <n>" as they used to
in the old project tree view, instead of "Range Filter <n>".
This commit is contained in:
Pål Hagen 2015-08-24 16:27:58 +02:00
parent 0bd54ba98a
commit b70ae0160e

View File

@ -62,7 +62,7 @@ RimCellRangeFilter* RicRangeFilterExecImpl::createRangeFilter()
size_t flterIndex = m_cellRangeFilterCollection->rangeFilters().size() + 1;
rangeFilter->name = QString("Range Filter (%1)").arg(flterIndex);
rangeFilter->name = QString("New Filter (%1)").arg(flterIndex);
if (m_iSlice)
{