Revision: 5912 Author: [email protected] Date: Fri Aug 7 04:32:01 2009 Log: Left out part of r5911.
Patch by: jat Review by: amitmanjhi (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=5912 Modified: /trunk/dev/core/src/com/google/gwt/dev/shell/BrowserWidget.java ======================================= --- /trunk/dev/core/src/com/google/gwt/dev/shell/BrowserWidget.java Wed Mar 11 16:11:41 2009 +++ /trunk/dev/core/src/com/google/gwt/dev/shell/BrowserWidget.java Fri Aug 7 04:32:01 2009 @@ -172,7 +172,7 @@ * The version number that should be passed into gwtOnLoad. Must match the * version in hosted.html. */ - private static final String EXPECTED_GWT_ONLOAD_VERSION = "1.6"; + private static final String EXPECTED_GWT_ONLOAD_VERSION = "2.0"; public static void launchExternalBrowser(TreeLogger logger, String location) { String browserCmd = System.getenv("GWT_EXTERNAL_BROWSER"); --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
