diff options
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java | 2 |
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 }, |