From: Marc Englund Date: Tue, 12 Feb 2008 12:13:45 +0000 (+0000) Subject: updated link to manual X-Git-Tag: 6.7.0.beta1~5050 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6ef01b90e15c0bbe08e65ca13edb9c881952c99b;p=vaadin-framework.git updated link to manual svn changeset:3782/svn branch:trunk --- 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;