diff --git a/Extensions/reflection.sex b/Extensions/reflection.sex index 826577e..e628d2a 100644 --- a/Extensions/reflection.sex +++ b/Extensions/reflection.sex @@ -132,7 +132,7 @@ begin GetOnlineVersion(OnlineR); if (OnlineR <= LocalR) then - MessageDlg('Reflection Updater', 'No Reflection update' ,mtConfirmation, [mbYes],0); + MessageDlg('Reflection Updater', 'No Reflection update' ,mtConfirmation, [mbYes],0) else Update; end; diff --git a/Extensions/srl.sex b/Extensions/srl.sex index b673c07..deabf10 100644 --- a/Extensions/srl.sex +++ b/Extensions/srl.sex @@ -186,7 +186,7 @@ begin GetLocalVersion(LocalP,LocalS); GetOnlineVersion(OnlineP,OnlineS); if (OnlineP <= LocalP) and (OnlineS <= LocalS) then - MessageDlg('SRL Updater', 'No SRL update / Plugins update available!', mtConfirmation, [mbYes], 0); + MessageDlg('SRL Updater', 'No SRL update / Plugins update available!', mtConfirmation, [mbYes], 0) else Update; end;