Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r18e4634800357ac1d8bc1da1cad04836ba85d33c -rd59edcf7fa2a0f096e22d330012dbaefa4bda374 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 18e4634800357ac1d8bc1da1cad04836ba85d33c) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision d59edcf7fa2a0f096e22d330012dbaefa4bda374) @@ -315,16 +315,16 @@ // Post-Treatment // Patient Disconnect ID_AdjustPatientDisconnectNotifyReq = 0x4A00, // 74 // there is no specific response message for this request and changing of the state in Pre_Treatment_States is used as the response - ID_AdjustPatientDisconnectConfirmReq = 0xA800, // 168 - ID_AdjustPatientDisconnectConfirmRsp = 0xA900, // 169 + ID_AdjustPatientDisconnectConfirmReq = 0xAB00, // 168 + ID_AdjustPatientDisconnectConfirmRsp = 0xAC00, // 169 // Disposables Removal ID_AdjustDisposablesRemovalConfirmReq = 0x9400, // 148 ID_AdjustDisposablesRemovalConfirmRsp = 0x9500, // 149 // Treatment Log Adjs - ID_AdjustTreatmentLogReq = 0xA600, // 166 - ID_AdjustTreatmentLogRsp = 0xA700, // 167 + ID_AdjustTreatmentLogReq = 0xA900, // 166 + ID_AdjustTreatmentLogRsp = 0xAA00, // 167 // Treatment Log Data ID_TreatmentLogAvrgeData = 0x940F, // 148 //// ----- @CRAPIZED: had to change to avoid duplication