diff options
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/FeatureSelect.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/features/FeatureSelect.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureSelect.java b/src/com/itmill/toolkit/demo/features/FeatureSelect.java index f0f95ff909..963eee11b2 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureSelect.java +++ b/src/com/itmill/toolkit/demo/features/FeatureSelect.java @@ -88,7 +88,7 @@ public class FeatureSelect extends Feature { + "allows for multiple item selection, this is usually represented as either a " + "listbox of selectable items or as a group of checkboxes." + "<br/><br/>" - + "Data source can be associated both with selected item and the list of selections. " + + "Data soutree.jpgrce can be associated both with selected item and the list of selections. " + "This way you can easily present a selection based on items specified elsewhere in application. " + "<br/><br/>" + "On the demo tab you can try out how the different properties affect the" @@ -96,7 +96,7 @@ public class FeatureSelect extends Feature { } protected String getImage() { - return "select.jpg"; + return "icon_demo.png"; } protected String getTitle() { |