summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-05-14 13:25:14 +0000
committerMarc Englund <marc.englund@itmill.com>2009-05-14 13:25:14 +0000
commit8edeee183f4d3fa7244e142ad0918c7e1d60a3e2 (patch)
tree835fd98e411d92a0b4728e3300b2d6b78126d039 /src/com/vaadin/terminal/gwt/client
parentfbcf675ecb1240a9847447904b929e53b9ba4e81 (diff)
downloadvaadin-framework-8edeee183f4d3fa7244e142ad0918c7e1d60a3e2.tar.gz
vaadin-framework-8edeee183f4d3fa7244e142ad0918c7e1d60a3e2.zip
toolkitVersion -> vaadinVersion
svn changeset:7815/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client')
-rw-r--r--src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
index e27283258a..0eb505761b 100644
--- a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
+++ b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
@@ -187,7 +187,7 @@ public class ApplicationConfiguration {
public native String getServletVersion()
/*-{
- return this.@com.vaadin.terminal.gwt.client.ApplicationConfiguration::versionInfo.toolkitVersion;
+ return this.@com.vaadin.terminal.gwt.client.ApplicationConfiguration::versionInfo.vaadinVersion;
}-*/;
public native String getApplicationVersion()