diff options
Diffstat (limited to 'tools/installer_ng_stable')
-rw-r--r-- | tools/installer_ng_stable/MirandaNG.iss | 10 |
1 files changed, 5 insertions, 5 deletions
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;
|