summaryrefslogtreecommitdiff
path: root/demos/helloworld
diff options
context:
space:
mode:
authorxue <>2006-11-04 03:07:07 +0000
committerxue <>2006-11-04 03:07:07 +0000
commite34500aaf1a58b05ddcc6421631a586ca9c99b77 (patch)
treeb1c38e0ba97c6697624c6b086da2d1256e0bddfc /demos/helloworld
parentb8d6533282e914c7d3541ce8a12d99a7f11cd6fc (diff)
restore to the original.
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 fad60d4a..97702e67 100644
--- a/demos/helloworld/protected/pages/Home.page
+++ b/demos/helloworld/protected/pages/Home.page
@@ -8,7 +8,7 @@
<com:TForm>
-<com:TButton ID="Button1" Text="Click me" OnClick="buttonClicked" />
+<com:TButton Text="Click me" OnClick="buttonClicked" />
</com:TForm>