Skip to content

Commit

Permalink
AHK-TK v0.5.5
Browse files Browse the repository at this point in the history
Changed:

* Fix early exit on Windows 7 due to misplaced ExitApp
  • Loading branch information
RaptorX committed Sep 21, 2011
1 parent 9fde576 commit fdd0226
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 521 deletions.
11 changes: 5 additions & 6 deletions AHK-ToolKit.ahk
Expand Up @@ -2,12 +2,12 @@
* =============================================================================================== *
* Author : RaptorX <graptorx@gmail.com>
* Script Name : AutoHotkey ToolKit (AHK-ToolKit)
* Script Version : 0.5.4
* Script Version : 0.5.5
* Homepage : http://www.autohotkey.com/forum/topic61379.html#376087
*
* Creation Date : July 11, 2010
* Modification Date: September 21, 2011
*
* Modification Date: September 22, 2011
*
* Description :
* ------------------
* This small program is a set of "tools" that i use regularly.
Expand Down Expand Up @@ -83,12 +83,12 @@ TrayMenu() ; This function is here so that Tray Icon is shown early.
;[Basic Script Info]{
script := { base : scriptobj
,name : "AHK-ToolKit"
,version : "0.5.4"
,version : "0.5.5"
,author : "RaptorX"
,email : "graptorx@gmail.com"
,homepage : "http://www.autohotkey.com/forum/topic61379.html#376087"
,crtdate : "July 11, 2010"
,moddate : "September 21, 2011"
,moddate : "September 22, 2011"
,conf : "conf.xml"}, script.getparams()
;}

Expand Down Expand Up @@ -118,7 +118,6 @@ if !a_isadmin
, "Str", """" a_scriptfullpath """" a_space params
, "Str", a_workingdir
,"Uint", 1)
ExitApp
}

system := object(), system.mon := object(), system.wa := object()
Expand Down

0 comments on commit fdd0226

Please sign in to comment.