From 4dda14b5ab9840c8a3f02ceda3da97d4c37bb22f Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Sun, 12 Apr 2026 22:04:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=BB=D0=B8=D1=86=D0=B5=D0=BD?= =?UTF-8?q?=D0=B7=D0=B8=D0=B8=20=D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D1=8F?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/iss/en.iss | 4 ++-- service/iss/ru.iss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/service/iss/en.iss b/service/iss/en.iss index a7f433b22e..dc72c3fd83 100644 --- a/service/iss/en.iss +++ b/service/iss/en.iss @@ -155,7 +155,7 @@ begin InterpreterLicenseAcceptedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(41); InterpreterLicenseAcceptedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseAcceptedRadio.Caption := 'I accept the agreement'; - InterpreterLicenseAcceptedRadio.Checked := False; + InterpreterLicenseAcceptedRadio.Checked := True; InterpreterLicenseAcceptedRadio.OnClick := @InterpreterLicenseOptionClick; InterpreterLicenseRejectedRadio := TNewRadioButton.Create(WizardForm); @@ -164,7 +164,7 @@ begin InterpreterLicenseRejectedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(21); InterpreterLicenseRejectedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseRejectedRadio.Caption := 'I do not accept the agreement'; - InterpreterLicenseRejectedRadio.Checked := True; + InterpreterLicenseRejectedRadio.Checked := False; InterpreterLicenseRejectedRadio.OnClick := @InterpreterLicenseOptionClick; AddonTaskPage := CreateCustomPage(InterpreterLicensePage.ID, diff --git a/service/iss/ru.iss b/service/iss/ru.iss index dd1a67b7c8..255b341401 100644 --- a/service/iss/ru.iss +++ b/service/iss/ru.iss @@ -155,7 +155,7 @@ begin InterpreterLicenseAcceptedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(41); InterpreterLicenseAcceptedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseAcceptedRadio.Caption := 'Я принимаю условия соглашения'; - InterpreterLicenseAcceptedRadio.Checked := False; + InterpreterLicenseAcceptedRadio.Checked := True; InterpreterLicenseAcceptedRadio.OnClick := @InterpreterLicenseOptionClick; InterpreterLicenseRejectedRadio := TNewRadioButton.Create(WizardForm); @@ -164,7 +164,7 @@ begin InterpreterLicenseRejectedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(21); InterpreterLicenseRejectedRadio.Width := InterpreterLicensePage.SurfaceWidth; InterpreterLicenseRejectedRadio.Caption := 'Я не принимаю условия соглашения'; - InterpreterLicenseRejectedRadio.Checked := True; + InterpreterLicenseRejectedRadio.Checked := False; InterpreterLicenseRejectedRadio.OnClick := @InterpreterLicenseOptionClick; AddonTaskPage := CreateCustomPage(InterpreterLicensePage.ID,