From 05de21be73940c2f058633e5e7866e6c5f3b3e2e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 2 Nov 2014 11:19:56 +0000 Subject: script fix git-svn-id: http://svn.miranda-ng.org/main/trunk@10900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/installer_ng_stable/MirandaNG.iss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/installer_ng_stable/MirandaNG.iss') diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss index 1cf92954e8..05869a73fb 100644 --- a/tools/installer_ng_stable/MirandaNG.iss +++ b/tools/installer_ng_stable/MirandaNG.iss @@ -900,15 +900,15 @@ begin if CurPageID = wpSelectComponents then begin if ActiveLanguage = 'en' then - WizardForm.ComponentsList.Checked[26]:= True + WizardForm.ComponentsList.Checked[25]:= True else if ActiveLanguage = 'ru' then - WizardForm.ComponentsList.Checked[22]:= True + WizardForm.ComponentsList.Checked[21]:= True else if ActiveLanguage = 'cz' then - WizardForm.ComponentsList.Checked[23]:= True + WizardForm.ComponentsList.Checked[22]:= True else if ActiveLanguage = 'pl' then - WizardForm.ComponentsList.Checked[24]:= True + WizardForm.ComponentsList.Checked[23]:= True else if ActiveLanguage = 'de' then - WizardForm.ComponentsList.Checked[25]:= True; + WizardForm.ComponentsList.Checked[24]:= True; end; end; -- cgit v1.2.3