mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2799 Origin Summary Cases: Fix option order in preference dialog
This commit is contained in:
parent
cee99af324
commit
4a7f54689e
@ -33,8 +33,8 @@ namespace caf
|
||||
void RiaPreferences::SummaryRestartFilesImportModeType::setUp()
|
||||
{
|
||||
addItem(RiaPreferences::IMPORT, "IMPORT", "Unified");
|
||||
addItem(RiaPreferences::NOT_IMPORT, "NOT_IMPORT", "Skip");
|
||||
addItem(RiaPreferences::SEPARATE_CASES, "SEPARATE_CASES", "Separate Cases");
|
||||
addItem(RiaPreferences::NOT_IMPORT, "NOT_IMPORT", "Skip");
|
||||
setDefault(RiaPreferences::IMPORT);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user