]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added "list of properties" into welcome message.
authorJani Laakso <jani.laakso@itmill.com>
Mon, 12 Mar 2007 16:39:39 +0000 (16:39 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Mon, 12 Mar 2007 16:39:39 +0000 (16:39 +0000)
svn changeset:852/svn branch:trunk

src/com/itmill/toolkit/demo/features/IntroWelcome.java

index 7d974d1c4d405ea7f560e59932d26943983a4d66..018f93568ffc540ed354034c8a49d3dd6baa9c6b 100644 (file)
@@ -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."