#3321 Well Path Creation: Gui text adjustments

This commit is contained in:
Jacob Støren
2018-09-11 09:41:47 +02:00
parent b9a2a382b1
commit 6ce075d341
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ void RicNewEditableWellPathFeature::onActionTriggered(bool isChecked)
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
void RicNewEditableWellPathFeature::setupActionLook(QAction* actionToSetup) void RicNewEditableWellPathFeature::setupActionLook(QAction* actionToSetup)
{ {
actionToSetup->setText("Create Editable Well Path"); actionToSetup->setText("Create Well Path");
actionToSetup->setIcon(QIcon(":/Well.png")); actionToSetup->setIcon(QIcon(":/Well.png"));
} }

View File

@@ -58,7 +58,7 @@ CAF_PDM_SOURCE_INIT(RimWellPathGeometryDef, "WellPathGeometryDef");
RimWellPathGeometryDef::RimWellPathGeometryDef() RimWellPathGeometryDef::RimWellPathGeometryDef()
: m_pickTargetsEventHandler(new RicCreateWellTargetsPickEventHandler(this)) : m_pickTargetsEventHandler(new RicCreateWellTargetsPickEventHandler(this))
{ {
CAF_PDM_InitObject("Trajectory", ":/Well.png", "", ""); CAF_PDM_InitObject("Well Targets", ":/Well.png", "", "");
CAF_PDM_InitField(&m_referencePointUtmXyd, "ReferencePosUtmXyd", cvf::Vec3d(0,0,0), "UTM Reference Point", "", "", ""); CAF_PDM_InitField(&m_referencePointUtmXyd, "ReferencePosUtmXyd", cvf::Vec3d(0,0,0), "UTM Reference Point", "", "", "");