Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -r676ec71574416b57c5263b1a4acc66d6904751e7 -rea37bc16ab57586729e332c2a9df3299f91012ca --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 676ec71574416b57c5263b1a4acc66d6904751e7) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision ea37bc16ab57586729e332c2a9df3299f91012ca) @@ -240,7 +240,7 @@ // - the structure of the settings should become horizontal which vertical now. 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 mBicarbonateConcentrateType = _Settings.key(mCategory, "Bicarbonate Concentrate Options" , vData.mBicarbonateCartridgeSize ); QString mDialyzerType = _Settings.key(mCategory, "Dialyzer Type Options" , vData.mDialyzerType ); QString mHeparinType = _Settings.key(mCategory, "Heparin Type Options" , vData.mHeparinType ); QString mWaterSampleTestResult = _Settings.key(mCategory, "Water Sample Result" , vData.mWaterSampleTestResult );