소스 검색

Added "list of properties" into welcome message.

svn changeset:852/svn branch:trunk
tags/6.7.0.beta1
Jani Laakso 17 년 전
부모
커밋
d981e0e293
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/com/itmill/toolkit/demo/features/IntroWelcome.java

+ 1
- 1
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."

Loading…
취소
저장