correct winst array index

This commit is contained in:
Mario Fetka 2012-02-28 07:35:12 +01:00
parent b0b9e3260b
commit f98a1d13e6
1 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ DL_WINST_NAME[2]=Install64Exe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
WINST_NAME[1]="OLDVERSION"
WINST_VALUE[1]="9.04"
WINST_NAME[0]="OLDVERSION"
WINST_VALUE[0]="9.04"