mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-23 11:39:42 +00:00
[AHK_Opera_9.64]
Add 7.launch_widget test to check for #CORE-4976. svn path=/trunk/ahk_tests/; revision=1977
This commit is contained in:
parent
664f1e9ff9
commit
9d51975551
@ -29,6 +29,7 @@ params =
|
||||
4.FlashPlayer
|
||||
5.CloseDownload
|
||||
6.speed_dial
|
||||
7.launch_widget
|
||||
|
||||
)
|
||||
|
||||
@ -65,6 +66,10 @@ if CheckParam()
|
||||
{
|
||||
#include speed_dial.ahk
|
||||
}
|
||||
else if 1 = 7.launch_widget
|
||||
{
|
||||
#include launch_widget.ahk
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user