correct winst array index

This commit is contained in:
Mario Fetka 2012-02-28 07:35:12 +01:00
parent b0b9e3260b
commit f98a1d13e6

View File

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