diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-03-12 16:39:39 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-03-12 16:39:39 +0000 |
commit | d981e0e293a5642480f69ff6c9918a442ce23cef (patch) | |
tree | 0e954b79e2ccec3d245538df279143f606a510bd /src/com/itmill/toolkit/demo/features/IntroWelcome.java | |
parent | 5095ef1056f331dc4eff927f3c55b6a5d7f6c8a7 (diff) | |
download | vaadin-framework-d981e0e293a5642480f69ff6c9918a442ce23cef.tar.gz vaadin-framework-d981e0e293a5642480f69ff6c9918a442ce23cef.zip |
Added "list of properties" into welcome message.
svn changeset:852/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/IntroWelcome.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/features/IntroWelcome.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/features/IntroWelcome.java b/src/com/itmill/toolkit/demo/features/IntroWelcome.java index 7d974d1c4d..018f93568f 100644 --- a/src/com/itmill/toolkit/demo/features/IntroWelcome.java +++ b/src/com/itmill/toolkit/demo/features/IntroWelcome.java @@ -58,7 +58,7 @@ public class IntroWelcome extends Feature { + " <a href=\"http://www.itmill.com\" target=\"_new\">www.itmill.com</a>."; private static final String WELCOME_TEXT_LOWER = "" - + "This area contains the selected component's description, API documentation" + + "This area contains the selected component's description, list of properties, javadoc" + " and optional code sample." + "<br /><br />To see how simple it is to create IT Mill Toolkit application," + " click <em>Code Sample</em> tab." |