diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-03 12:58:47 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-03 12:58:47 +0000 |
commit | 326c7747558d7ff683119a63761d69c1bcc16875 (patch) | |
tree | 23716066193a5a2a0d5fc4ed411cb3a6db4c1b93 /src/com/itmill/toolkit/demo/features/FeatureButton.java | |
parent | bbaef9ac6e26cf0a3d8a8746fc2943be50acc95a (diff) | |
download | vaadin-framework-326c7747558d7ff683119a63761d69c1bcc16875.tar.gz vaadin-framework-326c7747558d7ff683119a63761d69c1bcc16875.zip |
Millstone -> IT Mill Toolkit
svn changeset:216/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/FeatureButton.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/features/FeatureButton.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureButton.java b/src/com/itmill/toolkit/demo/features/FeatureButton.java index 584b7c41d1..eea04f0c2f 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureButton.java +++ b/src/com/itmill/toolkit/demo/features/FeatureButton.java @@ -69,7 +69,7 @@ public class FeatureButton extends Feature { * @see com.itmill.toolkit.demo.features.Feature#getDescriptionXHTML() */ protected String getDescriptionXHTML() { - return "In Millstone, boolean input values are represented by buttons. " + return "In IT Mill Toolkit, boolean input values are represented by buttons. " + "Buttons may function either as a push buttons or switches. (checkboxes)<br/><br/>" + "Button can be directly connected to any method of an object, which " + "is an easy way to trigger events: <code> new Button(\"Play\", myPiano \"playIt\")</code>. " |