mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Rename manual to user defined selection
This commit is contained in:
parent
1b815711b4
commit
262ef57796
@ -59,7 +59,7 @@ void RicExportEclipseSectorModelUi::GridBoxSelectionEnum::setUp()
|
||||
addItem(RicExportEclipseSectorModelUi::VISIBLE_CELLS_BOX, "VISIBLE_CELLS", "Box Containing all Visible Cells");
|
||||
addItem(RicExportEclipseSectorModelUi::ACTIVE_CELLS_BOX, "ACTIVE_CELLS", "Box Containing all Active Cells");
|
||||
addItem(RicExportEclipseSectorModelUi::FULL_GRID_BOX, "FULL_GRID", "Full Grid");
|
||||
addItem(RicExportEclipseSectorModelUi::MANUAL_SELECTION, "MANUAL_SELECTION", "Manual Selection");
|
||||
addItem(RicExportEclipseSectorModelUi::MANUAL_SELECTION, "MANUAL_SELECTION", "User Defined Selection");
|
||||
|
||||
setDefault(RicExportEclipseSectorModelUi::VISIBLE_CELLS_BOX);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user