From 1542888587f7a5f6068970b11b7c41354f211a38 Mon Sep 17 00:00:00 2001 From: "maul.esel" Date: Mon, 24 Sep 2012 18:12:43 +0200 Subject: [PATCH] fix test: control is named "Link" --- GUITest.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUITest.ahk b/GUITest.ahk index 86d8b55..d6616c3 100644 --- a/GUITest.ahk +++ b/GUITest.ahk @@ -21,7 +21,7 @@ Class CMyWindow Extends CGUI statBar := this.AddControl("StatusBar", "statBar", "", "test") sometab := this.AddControl("Tab", "sometab", "x20 y200 w200 h200", "tab1|tab2|tab3") tree := this.AddControl("TreeView", "tree", "x300 y600 w100 h200 -Readonly", "") - sysLink := this.AddControl("SysLink", "sysLink", "x800 y500", "For more information about AutoHotkey visit the forum, please.") + sysLink := this.AddControl("Link", "sysLink", "x800 y500", "For more information about AutoHotkey visit the forum, please.") __New(title) { this.Title := Title