Browse Source

Added "list of properties" into welcome message.

svn changeset:852/svn branch:trunk
tags/6.7.0.beta1
Jani Laakso 17 years ago
parent
commit
d981e0e293
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/itmill/toolkit/demo/features/IntroWelcome.java

+ 1
- 1
src/com/itmill/toolkit/demo/features/IntroWelcome.java View 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."

Loading…
Cancel
Save