Skip to content

Commit

Permalink
Update launchpad.ahk
Browse files Browse the repository at this point in the history
removed semicolon from line 99
  • Loading branch information
5k1ttl3 committed Feb 5, 2014
1 parent e1fb529 commit 5a44359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions launchpad.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

gui, Color, F2EDE0
Gui, Add, Picture, x42 y0 w343 h347 , doge.png

Expand Down Expand Up @@ -97,7 +96,7 @@ ButtonRescanBlockchain:

MsgBox, 36, , Rescanning the blockchain is very time consuming and rarely necessary. Are you sure you want to continue?
IfMsgBox, Yes
;Run, %exedir%\dogecoin-qt.exe -datadir=%datadir% -rescan
Run, %exedir%\dogecoin-qt.exe -datadir=%datadir% -rescan
IfMsgBox, No
return

Expand Down

0 comments on commit 5a44359

Please sign in to comment.