diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html index 82ffce1a6..fab644a47 100644 --- a/documentation/Fl_Window.html +++ b/documentation/Fl_Window.html @@ -178,7 +178,6 @@ FL_SHOW events and visible() is turned on and off.
There is no way to control what is drawn in the icon except with the string passed to Fl_Window::xclass(). You should not rely on window managers displaying the icons.
-Under Microsoft Windows this string is used as the name of the WNDCLASS structure, though it is not clear if this can have any -visible effect.
+visible effect. The passed pointer is stored unchanged. The string +is not copied.