+ chg: adapt test to new Aboutbox calling

This commit is contained in:
Rainer Kottenhoff 2018-05-12 09:54:08 +02:00
parent 408b17cd56
commit de77cfbcf1

View File

@ -89,7 +89,7 @@ CHECK_ABOUT_BOX:
WinActivate, ahk_pid %v_Notepad3_PID%
; This will select File->Open in Notepad:
WinMenuSelectItem, ahk_pid %v_Notepad3_PID%, , ?, About...
WinMenuSelectItem, ahk_pid %v_Notepad3_PID%, , Help, About...
WinWait, About %v_NP3Name%, , 1
v_ErrLevel = %ErrorLevel%