diff options
Diffstat (limited to 'src/com/vaadin/ui/Window.java')
-rw-r--r-- | src/com/vaadin/ui/Window.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index e80f588b87..828f98fc33 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -444,7 +444,7 @@ public class Window extends Panel implements URIHandler, ParameterHandler { * * Setting theme for subwindows is not supported. * - * In Toolkit 5 terminal will reload its host page on theme changes. + * The terminal will reload its host page on theme changes. * * @param theme * the New theme for this window. Null implies the default theme. |