Fix naming of command to store flow characteristics plot

This commit is contained in:
Bjørnar Grip Fjær 2017-08-24 09:21:35 +02:00
parent 16e6bb2792
commit ee5a2530fd

View File

@ -95,5 +95,5 @@ void RicAddStoredFlowCharacteristicsPlotFeature::onActionTriggered(bool isChecke
void RicAddStoredFlowCharacteristicsPlotFeature::setupActionLook(QAction* actionToSetup)
{
//actionToSetup->setIcon(QIcon(":/new_icon16x16.png"));
actionToSetup->setText("Add Stored Well Allocation Plot");
actionToSetup->setText("Add Stored Flow Characteristics Plot");
}