From: Jani Laakso Date: Mon, 26 Nov 2007 09:40:26 +0000 (+0000) Subject: Langugage fix, bringing this to official demos. X-Git-Tag: 6.7.0.beta1~5473 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1b54f5aafa00059748f3d3b69334922c5dcc0766;p=vaadin-framework.git Langugage fix, bringing this to official demos. svn changeset:2944/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java b/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java index 671ae05c11..232cefc381 100644 --- a/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java +++ b/src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java @@ -13,6 +13,9 @@ import com.itmill.toolkit.ui.OrderedLayout; import com.itmill.toolkit.ui.TwinColSelect; /** + * TODO: Note you need to add Theme under WebContent/ITMILL/Themes/mytheme in + * order to see actual visible results on the browser. Currently changes are + * visible only by inspecting DOM. * * @author IT Mill Ltd. */ @@ -36,6 +39,11 @@ public class TestForMultipleStyleNames extends CustomComponent implements main.removeAllComponents(); main.addComponent(new Label( "TK5 supports multiple stylenames for components.")); + main.addComponent(new Label("Note you need to add Theme under" + + " WebContent/ITMILL/Themes/mytheme" + + " in order to see actual visible results" + + " on the browser. Currently changes are" + + " visible only by inspecting DOM.")); styleNames2 = new ArrayList();