Reviewers: unnurg,

Description:
Updated javadoc for Window#setStatus()


Please review this at http://gwt-code-reviews.appspot.com/712801/show

Affected files:
  M user/src/com/google/gwt/user/client/Window.java


Index: user/src/com/google/gwt/user/client/Window.java
===================================================================
--- user/src/com/google/gwt/user/client/Window.java     (revision 8404)
+++ user/src/com/google/gwt/user/client/Window.java     (working copy)
@@ -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