#1808 System : Show geomech feature name in about dialog

This commit is contained in:
Magne Sjaastad 2017-08-23 07:29:36 +02:00
parent 7da886db11
commit 0bb892541a

View File

@ -65,10 +65,12 @@ void RicHelpAboutFeature::onActionTriggered(bool isChecked)
dlg.addVersionEntry(" ", " ");
QStringList activeFeatures;
#ifdef USE_ODB_API
activeFeatures += " Geomech";
#endif
#ifdef USE_HDF5
activeFeatures += " Souring";
#endif
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
activeFeatures += " Fractures";
#endif