Index: sources/view/hd/adjustment/VTreatmentAdjustmentRecirculate.cpp =================================================================== diff -u -rfd25d67f37410037f22be9c6e958b100e3790de9 -r28a383251ad37c669202c0a717ff90b8fc21a442 --- sources/view/hd/adjustment/VTreatmentAdjustmentRecirculate.cpp (.../VTreatmentAdjustmentRecirculate.cpp) (revision fd25d67f37410037f22be9c6e958b100e3790de9) +++ sources/view/hd/adjustment/VTreatmentAdjustmentRecirculate.cpp (.../VTreatmentAdjustmentRecirculate.cpp) (revision 28a383251ad37c669202c0a717ff90b8fc21a442) @@ -53,10 +53,10 @@ } /*! - * \brief View::VTreatmentAdjustmentRecirculate::doReconnectConfirm + * \brief View::VTreatmentAdjustmentRecirculate::doConfirm * \details User confirms patient connected, lines un-shunted to return to treatment */ -void View::VTreatmentAdjustmentRecirculate::doReconnectConfirm() { +void View::VTreatmentAdjustmentRecirculate::doConfirm() { doAdjustment( GuiRecirculateCommands::REQUESTED_USER_ACTION_TX_RECIRC_CONFIRM_RECONNECT ); }