mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#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:
parent
0bd54ba98a
commit
b70ae0160e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user