#4864 add a separate icon for geomech views

This commit is contained in:
Jacob Støren
2019-10-14 11:34:38 +02:00
parent 33bf572755
commit 308b3613b7
4 changed files with 2 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ RimGeoMechView::RimGeoMechView( void )
RiaPreferences* preferences = app->preferences();
CVF_ASSERT( preferences );
CAF_PDM_InitObject( "Geomechanical View", ":/3DView16x16.png", "", "" );
CAF_PDM_InitObject( "Geomechanical View", ":/3DViewGeoMech16x16.png", "", "" );
CAF_PDM_InitFieldNoDefault( &cellResult, "GridCellResult", "Color Result", ":/CellResult.png", "", "" );
cellResult = new RimGeoMechCellColors();