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