Index: sources/view/VCreateTreatment.cpp =================================================================== diff -u -ra8cd1cdd576599c0c4196464a2fb7389e4e01f12 -rd1907168ef46faa6de1ada400cad789f8379041f --- sources/view/VCreateTreatment.cpp (.../VCreateTreatment.cpp) (revision a8cd1cdd576599c0c4196464a2fb7389e4e01f12) +++ sources/view/VCreateTreatment.cpp (.../VCreateTreatment.cpp) (revision d1907168ef46faa6de1ada400cad789f8379041f) @@ -267,7 +267,7 @@ */ void VCreateTreatment::onFWValidationResponse(GuiActionType actionType, QVariantList messageData) { - if (actionType != GuiActionType::CreateTreatmentRsp) + if (actionType != GuiActionType::ID_CreateTreatmentRsp) return; Model::TreatmentParametersResp response;