From d981e0e293a5642480f69ff6c9918a442ce23cef Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Mon, 12 Mar 2007 16:39:39 +0000 Subject: [PATCH] Added "list of properties" into welcome message. svn changeset:852/svn branch:trunk --- src/com/itmill/toolkit/demo/features/IntroWelcome.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { + " www.itmill.com."; 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." + "

To see how simple it is to create IT Mill Toolkit application," + " click Code Sample tab." -- 2.39.5