Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -r4947841e8cdd7e72d4fe26e604f7e5061fb86d64 -rd9b9df9b23da89b4c27f4672ff6e7f570adcc48a --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 4947841e8cdd7e72d4fe26e604f7e5061fb86d64) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision d9b9df9b23da89b4c27f4672ff6e7f570adcc48a) @@ -203,7 +203,7 @@ // TODO : The settings needs modification not only to define the category and groups in a common header but also the settings itself needs some mods. // - the category shall become as part of the group // - the structure of the settings should become horizontal which vertical now. - QString mCategory = Storage::Settings_Category_ConfigurationsDataList; + QString mCategory = Storage::Settings_Category_DataList; QString mAcidConcentrateType = _Settings.key(mCategory, "Acid Concentrate Options" , vData.mAcidConcentrateType ); QString mBicarbonateConcentrateType = _Settings.key(mCategory, "Bicarbonate Concentrate Options" , vData.mBicarbonateConcentrateType ); QString mDialyzerType = _Settings.key(mCategory, "Dialyzer Type Options" , vData.mDialyzerType );