aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/featurebrowser/FormExample.java
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2008-09-30 14:32:16 +0000
committerMarko Grönroos <magi@iki.fi>2008-09-30 14:32:16 +0000
commit0649c0780d6ac0459ced2543d8fa3ec6da52325c (patch)
tree5037339685c17030fd8db21845d00d22663cefd6 /src/com/itmill/toolkit/demo/featurebrowser/FormExample.java
parent3724e19222e413aae5b24699323ad66c7bce98f2 (diff)
downloadvaadin-framework-0649c0780d6ac0459ced2543d8fa3ec6da52325c.tar.gz
vaadin-framework-0649c0780d6ac0459ced2543d8fa3ec6da52325c.zip
Reverted [5565] again. Had committed extra files.
svn changeset:5568/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/FormExample.java')
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/FormExample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/FormExample.java b/src/com/itmill/toolkit/demo/featurebrowser/FormExample.java
index 0abf56fdf1..465e11f05d 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/FormExample.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/FormExample.java
@@ -288,7 +288,7 @@ public class FormExample extends CustomComponent {
ExpandLayout footer = new ExpandLayout(OrderedLayout.ORIENTATION_HORIZONTAL);
// The Commit button calls form.commit().
- Button commit = new Button("CCommit", new Button.ClickListener() {
+ Button commit = new Button("Commit", new Button.ClickListener() {
public void buttonClick(ClickEvent event) {
form.commit();
display.refresh();