Skip to content

Commit 93a993a

Browse files
committed
update window title
1 parent 738a288 commit 93a993a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WIH w3c.ahk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GroupAdd, WC3DOTA , Warcraft III
2525
VK_LIST = VK41,VK42,VK43,VK44,VK45,VK46,VK47,VK48,VK49,VK4A,VK4B,VK4C,VK4D,VK4E,VK4F,VK50,VK51,VK52,VK53,VK54,VK55,VK56,VK57,VK58,VK59,VK5A,VK30,VK31,VK32,VK33,VK34,VK35,VK36,VK37,VK38,VK39,VKC0,VKDB,VKDD,VKBE,VKBF,VKBA,VKDE,VKDC
2626
HK_LIST = A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,0,1,2,3,4,5,6,7,8,9,``,[,],.,/,;,',\
2727

28-
Version=WIH v1.0.1 (w3c);current verison for update
28+
Version=WIH v1.0.1 (w3c)
2929
;************************************************STYLE COLOR**********************************************
3030

3131
;************************************************TRAY MENU********************************************************
@@ -612,8 +612,8 @@ VK(Param)
612612
}
613613
}
614614

615-
EmptyMem(PID="WIH v1.0.1 (w3c)"){
616-
pid:=(pid="WIH v1.0.1 (w3c)") ? DllCall("GetCurrentProcessId") : pid
615+
EmptyMem(PID="WIH.v1.0.1.w3c"){
616+
pid:=(pid="WIH.v1.0.1.w3c") ? DllCall("GetCurrentProcessId") : pid
617617
h:=DllCall("OpenProcess", "UInt", 0x001F0FFF, "Int", 0, "Int", pid)
618618
DllCall("SetProcessWorkingSetSize", "UInt", h, "Int", -1, "Int", -1)
619619
DllCall("CloseHandle", "Int", h)

0 commit comments

Comments
 (0)