diff options
author | Henri Kerola <henri.kerola@itmill.com> | 2010-09-21 10:48:36 +0000 |
---|---|---|
committer | Henri Kerola <henri.kerola@itmill.com> | 2010-09-21 10:48:36 +0000 |
commit | 9693ee7b356dcb45859efd789ea62770080a4dfe (patch) | |
tree | abcc8793c72ca1d7c310c91349cc06b5f2f6ba97 /WebContent/WEB-INF | |
parent | 07868e6fcacb1a88727eff90e557720265f92083 (diff) | |
download | vaadin-framework-9693ee7b356dcb45859efd789ea62770080a4dfe.tar.gz vaadin-framework-9693ee7b356dcb45859efd789ea62770080a4dfe.zip |
Fixed class name
svn changeset:15101/svn branch:6.4
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 7c565584d7..30071ef599 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -233,7 +233,7 @@ <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> <init-param> <name>application</name> - <value>com.vaadin.demo.themes.LiferayTheme</value> + <value>com.vaadin.demo.themes.LiferayThemeDemo</value> </init-param> <supports> |