From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Tue, 15 Jan 2002 02:17:19 +0000
Subject: Doco and makefile updates from SGI.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Window.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'documentation/Fl_Window.html')
diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html
index a245e2d52..bd5770465 100644
--- a/documentation/Fl_Window.html
+++ b/documentation/Fl_Window.html
@@ -31,7 +31,7 @@ on how to add and remove children.
There are several subclasses of Fl_Window that provide
double-buffering, overlay, menu, and OpenGL support.
The window's callback is done if the user tries to close a window
-using the window manager and
+using the window manager and
Fl::modal() is zero or equal to the window. Fl_Window
has a default callback that calls Fl_Window::hide().
Methods
@@ -216,7 +216,7 @@ being delivered to other windows in the same program, and will also
remain on top of the other windows (if the X window manager supports
the "transient for" property). Several modal windows may be shown at
once, in which case only the last one shown gets events. You can see
-which window (if any) is modal by calling
+which window (if any) is modal by calling
Fl::modal().
Returns true if this window is modal.
--
cgit v1.2.3