aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java')
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
index 415ad744fc..9f9fc7add4 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
@@ -69,7 +69,7 @@ public class FeatureBrowser extends com.itmill.toolkit.Application implements
Button.class, Boolean.FALSE },
// Organizing: ComboBox
{ "Organizing", "ComboBox", "ComboBox - the swiss army select",
- Button.class, Boolean.FALSE },
+ ComboBoxExample.class, Boolean.FALSE },
// Organizing: Table
{ "Organizing", "Table", "A dynamic Table with bells and whistles",
Button.class, Boolean.FALSE },