diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-18 09:17:56 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-18 09:17:56 +0000 |
commit | 5f8478a617d7d145ba94abcc4e197cdd50f76e1f (patch) | |
tree | bf14647ad4ab0c2a8b940d2b5ca114ba53c76ea3 /src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java | |
parent | 1a69373788ba52824aef113131d4b385f08de299 (diff) | |
download | vaadin-framework-5f8478a617d7d145ba94abcc4e197cdd50f76e1f.tar.gz vaadin-framework-5f8478a617d7d145ba94abcc4e197cdd50f76e1f.zip |
#2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial changes including many URLs
svn changeset:7842/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java')
-rw-r--r-- | src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java b/src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java index bc3983aea2..275d42efb6 100644 --- a/src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java +++ b/src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java @@ -109,8 +109,7 @@ public class FeatureBrowser extends com.vaadin.Application implements // Windowing { "Misc", "Windowing", "About windowing", WindowingExample.class }, // JavaScript API - { "Misc", "JavaScript API", - "JavaScript to IT Mill Toolkit communication", + { "Misc", "JavaScript API", "JavaScript to Vaadin communication", JavaScriptAPIExample.class }, // END }; @@ -122,7 +121,7 @@ public class FeatureBrowser extends com.vaadin.Application implements setTheme("example"); // Create new window for the application and give the window a visible. - final Window main = new Window("IT Mill Toolkit 5"); + final Window main = new Window("Vaadin 6"); main.setDebugId("mainWindow"); // set as main window setMainWindow(main); @@ -273,8 +272,8 @@ public class FeatureBrowser extends com.vaadin.Application implements exp.setExpandRatio(ts, 1); final Label status = new Label( - "<a href=\"http://www.itmill.com/developers/\">Developer Area</a>" - + " | <a href=\"http://www.itmill.com/documentation/\">Documentation</a>"); + "<a href=\"http://www.vaadin.com/learn\">30 Seconds to Vaadin</a>" + + " | <a href=\"http://www.vaadin.com/book\">Book of Vaadin</a>"); status.setContentMode(Label.CONTENT_XHTML); exp.addComponent(status); exp.setComponentAlignment(status, Alignment.MIDDLE_RIGHT); |