From b6190eb22f06482a3626b8543fe378ea2e4ec799 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Mon, 3 Dec 2007 14:48:27 +0000 Subject: [PATCH] small change svn changeset:3126/svn branch:trunk --- src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java index 5ab90202af..71d608faaa 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java @@ -54,7 +54,7 @@ public class FeatureBrowser extends com.itmill.toolkit.Application implements { "Getting started", "Buttons and links", "Some variations of Buttons and Links", ButtonExample.class }, // Getting started: Fields - { "Getting started", "User input", + { "Getting started", "Basic value input", "TextFields, DateFields, and such", ValueInputExample.class }, // { "Getting started", "RichText", "Rich text editing", -- 2.39.5