Download.ini not needed anymore
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1176 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
[Settings]
|
||||
NumFields=5
|
||||
|
||||
; comment this out to hide the back button
|
||||
BackEnabled=1
|
||||
|
||||
[Field 1]
|
||||
Type=label
|
||||
left=0
|
||||
right=-1
|
||||
top=0
|
||||
bottom=13
|
||||
|
||||
[Field 2]
|
||||
Type=label
|
||||
left=20
|
||||
right=-1
|
||||
top=13
|
||||
bottom=36
|
||||
|
||||
[Field 3]
|
||||
Type=label
|
||||
left=0
|
||||
right=-1
|
||||
top=36
|
||||
bottom=66; 59
|
||||
|
||||
[Field 4]
|
||||
Type=RadioButton
|
||||
State=1
|
||||
left=0
|
||||
right=-1
|
||||
top=70
|
||||
bottom=80
|
||||
|
||||
[Field 5]
|
||||
Type=RadioButton
|
||||
State=0
|
||||
left=0
|
||||
right=-1
|
||||
top=80
|
||||
bottom=90
|
||||
@@ -40,11 +40,6 @@ Function Download
|
||||
SetDetailsPrint textonly
|
||||
|
||||
StrCpy $R9 success
|
||||
|
||||
; Check if user has selected "Skip"
|
||||
StrCpy $R0 ""
|
||||
ReadIniStr $R0 "$PLUGINSDIR\download.ini" "Field 5" state
|
||||
StrCmp $R0 "1" function_end
|
||||
|
||||
IntCmp $3 1 dl_mirror
|
||||
StrCpy $R3 "$1/$0"
|
||||
|
||||
Reference in New Issue
Block a user