#4287 Preferences : Rename from fault file prefix to general prefix

This commit is contained in:
Magne Sjaastad
2019-04-04 20:28:36 +02:00
parent a812190af3
commit b8ff8a2de8
4 changed files with 12 additions and 5 deletions

View File

@@ -171,7 +171,7 @@ void RimEclipseCase::ensureDeckIsParsedForEquilData()
RiaPreferences* prefs = RiaApplication::instance()->preferences();
if (prefs->readerSettings())
{
includeFileAbsolutePathPrefix = prefs->readerSettings()->faultIncludeFileAbsolutePathPrefix();
includeFileAbsolutePathPrefix = prefs->readerSettings()->includeFileAbsolutePathPrefix();
}
}