#8964 Avoid message box for PVT and Rel Perm issues

Log warning message to log window instead of a dialog
Improve text
This commit is contained in:
Magne Sjaastad
2022-05-26 17:47:09 +02:00
parent a511bfd722
commit ab2a7254f8
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ void RicSplitMultiPlotFeature::onActionTriggered( bool isChecked )
//--------------------------------------------------------------------------------------------------
void RicSplitMultiPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Split" );
actionToSetup->setText( "Split Into Single Curve Plots" );
}
//--------------------------------------------------------------------------------------------------