Revision: 8419
Author: [email protected]
Date: Mon Jul 26 17:13:37 2010
Log: Updated javadoc for Window#setStatus()

Review at http://gwt-code-reviews.appspot.com/712801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8419

Modified:
 /trunk/user/src/com/google/gwt/user/client/Window.java

=======================================
--- /trunk/user/src/com/google/gwt/user/client/Window.java Mon Jun 7 12:20:31 2010 +++ /trunk/user/src/com/google/gwt/user/client/Window.java Mon Jul 26 17:13:37 2010
@@ -821,9 +821,9 @@
   }-*/;

   /**
- * Sets the status text for the window. Calling this method in Firefox has no
-   * effect.
-   *
+   * Sets the status text for the window, if permitted by the browser's
+   * settings.
+   *
    * @param status the new message to display.
    */
   public static native void setStatus(String status) /*-{

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

Reply via email to