summaryrefslogtreecommitdiff
path: root/demos/helloworld
diff options
context:
space:
mode:
authorjrags <>2006-11-01 04:47:01 +0000
committerjrags <>2006-11-01 04:47:01 +0000
commit6d28e3f62535bb637b08287585bf9c13dfd756d2 (patch)
treeea8e6ba21ff3f5fcf7c16933d7c9a8ed224a2412 /demos/helloworld
parentb4403995107c4440b4e19dd5e5e8385e0eac2a5a (diff)
Update of new Security code, currently working on making TLogin functional so we can test the providers soon.
Diffstat (limited to 'demos/helloworld')
-rw-r--r--demos/helloworld/protected/pages/Home.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/helloworld/protected/pages/Home.page b/demos/helloworld/protected/pages/Home.page
index 97702e67..fad60d4a 100644
--- a/demos/helloworld/protected/pages/Home.page
+++ b/demos/helloworld/protected/pages/Home.page
@@ -8,7 +8,7 @@
<com:TForm>
-<com:TButton Text="Click me" OnClick="buttonClicked" />
+<com:TButton ID="Button1" Text="Click me" OnClick="buttonClicked" />
</com:TForm>