Revision: 7008
Author: jlaba...@google.com
Date: Wed Nov 18 14:57:40 2009
Log: Replacing "hosted mode" with "development mode" in DynaTable.

Patch by: jlabanca
Review by: cramsdale


http://code.google.com/p/google-web-toolkit/source/detail?r=7008

Modified:
   
/trunk/samples/dynatable/src/com/google/gwt/sample/dynatable/client/DynaTableWidget.java

=======================================
---  
/trunk/samples/dynatable/src/com/google/gwt/sample/dynatable/client/DynaTableWidget.java
         
Thu Nov 20 14:17:44 2008
+++  
/trunk/samples/dynatable/src/com/google/gwt/sample/dynatable/client/DynaTableWidget.java
         
Wed Nov 18 14:57:40 2009
@@ -176,7 +176,7 @@
        + "successfully return data, the server component must be  
available.</p>"
        + "<p>If you are running this demo from compiled code, the server "
        + "component may not be available to respond to the RPC requests  
from "
-      + "DynaTable.  Try running DynaTable in hosted mode to see the demo "
+      + "DynaTable.  Try running DynaTable in development mode to see the  
demo "
        + "in action.</p> "
        + "<p>Click on the Remote Procedure Call link above for more  
information "
        + "on GWT's RPC infrastructure.";

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to