From a11d82d57ef3368f9af67146c33d082ce6681458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Thu, 15 Oct 2015 10:40:08 +0200 Subject: [PATCH] (#522) Added a Las-File Icon in the tree --- ApplicationCode/ProjectDataModel/RimWellLogFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/RimWellLogFile.cpp b/ApplicationCode/ProjectDataModel/RimWellLogFile.cpp index cbea4ec1a5..4fc50b885a 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogFile.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogFile.cpp @@ -38,7 +38,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogFile, "WellLogFile"); //-------------------------------------------------------------------------------------------------- RimWellLogFile::RimWellLogFile() { - CAF_PDM_InitObject("Well LAS File Info", "", "", ""); + CAF_PDM_InitObject("Well LAS File Info", ":/LasFile16x16.png", "", ""); CAF_PDM_InitFieldNoDefault(&m_wellName, "WellName", "", "", "", ""); m_wellName.uiCapability()->setUiReadOnly(true);