Skip to content

Commit

Permalink
Soup branch is now the main
Browse files Browse the repository at this point in the history
Replaced the master with the single file release
Uploading xml files and Scilexer.dll
  • Loading branch information
maestrith committed Nov 2, 2015
1 parent 5b93e1f commit c2ab313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AHK-Studio.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ FileCheck(file){
}menus.add("date",,b.date),menus.save(1),options:=temp.sn("//*[@clean='Options']/*")
while,oo:=options.item[A_Index-1],ea:=xml.ea(oo)
menus.ssn("//*[@clean='" ea.clean "']").SetAttribute("option",1)
}}else if(time<=b.date&&(type=1||type=3)){
}}else if(time<=b.date&&type=1){
SplashTextOn,200,100,% "Downloading " b.loc,Please Wait....
UrlDownloadToFile,% b.url,% b.loc
FileSetTime,% b.date,% b.loc,M
Expand Down

0 comments on commit c2ab313

Please sign in to comment.