#1805 Rename time step selection options in flow characteristics plot

This commit is contained in:
Bjørnar Grip Fjær 2017-08-21 11:37:45 +02:00
parent b603225c97
commit a293ef9c59

View File

@ -49,7 +49,7 @@ namespace caf
template<>
void AppEnum< RimFlowCharacteristicsPlot::TimeSelectionType >::setUp()
{
addItem(RimFlowCharacteristicsPlot::ALL_AVAILABLE, "ALL_AVAILABLE", "All available");
addItem(RimFlowCharacteristicsPlot::ALL_AVAILABLE, "ALL_AVAILABLE", "All With Calculated Flow Diagnostics");
addItem(RimFlowCharacteristicsPlot::SELECTED, "SELECTED", "Selected");
setDefault(RimFlowCharacteristicsPlot::SELECTED);
}