Rename manual to user defined selection

This commit is contained in:
Gaute Lindkvist 2019-04-02 09:59:16 +02:00
parent 1b815711b4
commit 262ef57796

View File

@ -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);
}