From d9446e998c5c3e5dbd48b7662fdea69889502cba Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Thu, 15 Jul 2010 00:06:28 +0200 Subject: [PATCH] Notify users to not kill Simba whilst SRL is updating --- Extensions/srl.sex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Extensions/srl.sex b/Extensions/srl.sex index 7d61b8c..faab400 100644 --- a/Extensions/srl.sex +++ b/Extensions/srl.sex @@ -45,7 +45,8 @@ begin Result := True; if (OnlineP > LocalP) then begin - Writeln('New plugin(s) are available'); + Writeln('New plugin(s) are available.'); + Writeln('Downloading the new plugins now. Please do not close Simba.'); Contents := GetPage('http://wizzup.org/static/srl/simba_plugins.tar.bz2'); Failed := True; if DecompressBZip2(Contents,DeContents,4096) then @@ -80,6 +81,7 @@ begin if (OnlineS > LocalS) then begin Writeln('SRL is outdated, updating now!'); + Writeln('Downloading the new SRL now. Please do not close Simba.'); Contents := GetPage('http://wizzup.org/static/srl/srl.tar.bz2'); Failed := True; if DecompressBZip2(Contents,DeContents,4096) then