#2727 Legends : Rename to RimRegularLegendConfig

This commit is contained in:
Magne Sjaastad
2018-04-18 10:10:39 +02:00
parent f85c1de330
commit 3bc85ce794
41 changed files with 186 additions and 186 deletions

View File

@@ -18,7 +18,7 @@
#include "RimStimPlanLegendConfig.h"
#include "RimLegendConfig.h"
#include "RimRegularLegendConfig.h"
#include "cafPdmUiOrdering.h"
#include "cafPdmUiTreeOrdering.h"
@@ -38,7 +38,7 @@ RimStimPlanLegendConfig::RimStimPlanLegendConfig()
m_name.uiCapability()->setUiReadOnly(true);
CAF_PDM_InitFieldNoDefault(&m_legend, "Legend", "Legend", "", "", "");
m_legend = new RimLegendConfig;
m_legend = new RimRegularLegendConfig;
}
//--------------------------------------------------------------------------------------------------