Skip to content

Commit

Permalink
Fixed SplashScreen width
Browse files Browse the repository at this point in the history
  • Loading branch information
Eruyome committed Dec 23, 2016
1 parent 1587c90 commit dcc62ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade_data/TradeMacroInit.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ TradeFunc_DownloadDataFiles() {
}

TradeFunc_ReadCookieData() {
SplashTextOn, 400, 40, PoE-TradeMacro, Reading user-agent and cookies from poe.trade, this can take`nup to 6s if your Internet Explorer doesn't have the cookies cached.
SplashTextOn, 450, 40, PoE-TradeMacro, Reading user-agent and cookies from poe.trade, this can take`nup to 6s if your Internet Explorer doesn't have the cookies cached.
; compile the c# script reading the user-agent and cookies
RegRead, DotNetFrameworkPath, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\.NETFramework, InstallRoot
If (!StrLen(DotNetFrameworkPath)) {
Expand Down

0 comments on commit dcc62ec

Please sign in to comment.