mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Adjust the TVD warning for LAS curves
This commit is contained in:
@@ -84,7 +84,7 @@ void RimWellLogFileCurve::onLoadDataAndUpdate()
|
|||||||
{
|
{
|
||||||
if (RiaApplication::instance()->preferences()->showLasCurveWithoutTvdWarning())
|
if (RiaApplication::instance()->preferences()->showLasCurveWithoutTvdWarning())
|
||||||
{
|
{
|
||||||
QString tmp = QString("Display of True Vertical Depth (TVD) for LAS curves in not yet supported, and no LAS curve will be displayed in this mode.\n\n");
|
QString tmp = QString("Display of True Vertical Depth (TVD) for LAS curves is not yet supported, and the LAS curve will be hidden in this mode.\n\n");
|
||||||
tmp += "Control display of this warning from \"Preferences->Show LAS curve without TVD warning\"";
|
tmp += "Control display of this warning from \"Preferences->Show LAS curve without TVD warning\"";
|
||||||
|
|
||||||
QMessageBox::warning(NULL, "LAS curve without TVD", tmp);
|
QMessageBox::warning(NULL, "LAS curve without TVD", tmp);
|
||||||
|
|||||||
Reference in New Issue
Block a user