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/FeatureDateField.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/FeatureDateField.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/features/FeatureDateField.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureDateField.java b/src/com/itmill/toolkit/demo/features/FeatureDateField.java index 74547ce238..52cbc8f07c 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureDateField.java +++ b/src/com/itmill/toolkit/demo/features/FeatureDateField.java @@ -114,7 +114,7 @@ public class FeatureDateField extends Feature { protected String getDescriptionXHTML() { return "<p>Representing Dates and times and providing a way to select " + "or enter some specific date and/or time is an typical need in " - + "data-entry userinterfaces. Millstone provides a DateField " + + "data-entry userinterfaces. IT Mill Toolkit provides a DateField " + "component that is intuitive to use and yet controllable through " + "its properties.</p>" + "<p>The calendar-style allows point-and-click selection "+ |