Skip to content

Commit

Permalink
Updated About
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyromyr committed Feb 9, 2017
1 parent 7c68bca commit 740f99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion D2Stats.au3
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if (not IsAdmin()) then
endif

global $version = "0.3.2.4 - [09.02.2017]"
global $about = StringFormat("D2Stats %s made by Wojen. Using Shaggi's offsets.%sPress INSERT to copy an item to clipboard and DELETE to display its ilvl.%sPress HOME to always show items on ground. Press again to disable.", $version, @CRLF, @CRLF)

OnAutoItExitRegister("_Exit")

Expand Down Expand Up @@ -282,7 +283,7 @@ func Main()
case $btnRead
ReadCharacterData()
case $btnAbout
MsgBox(4096 + 64, "About", "D2Stats " & $version & " made by Wojen. Using Shaggi's offsets. Press INSERT to copy an item to clipboard, and DELETE to display its ilvl.")
MsgBox(4096 + 64, "About", $about)
endswitch

UpdateALT()
Expand Down

0 comments on commit 740f99b

Please sign in to comment.