From 6ef01b90e15c0bbe08e65ca13edb9c881952c99b Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Tue, 12 Feb 2008 12:13:45 +0000 Subject: [PATCH] updated link to manual svn changeset:3782/svn branch:trunk --- src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java b/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java index 9410c8558b..0b30078d8b 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java @@ -20,7 +20,7 @@ public class RichTextExample extends CustomComponent { public static final String txt = "

RichText editor example

" + "To edit this text, press the Edit button below." + "
" - + "See the manual " + + "See the manual " + "for more information."; private final OrderedLayout main; -- 2.39.5