Index: src/unit1.pas ================================================================== --- src/unit1.pas +++ src/unit1.pas @@ -203,12 +203,10 @@ end else begin edtOnlineGroffVersionWindows.Text := 'error'; btnDownloadGroffWindows.Enabled := False; end; - // Note that there is no version check (nor precompiled downloads :-)) - // for non-Windows versions right now. Contributors welcome. reGroffStudioVersion := TRegExpr.Create('studio-win ([\d\.]+) (.*)$'); reGroffStudioVersion.ModifierM := True; if reGroffStudioVersion.Exec(OnlineVersionsFile) then begin // Compare the two versions - ours and the online one: