From ab1e093308daf6252ee0940bc05fe515246a440a Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Sat, 17 Nov 2001 15:27:15 +0000
Subject: Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that
library isn't present or needed.
PNG image support updates for Fl_Help_View and Fl_File_Icon; didn't
handle transparency properly.
Support KDE 2.x icons.
Separate image/load_system_icons code from main Fl_File_Icon sources,
so that apps that don't use load_system_icons() won't need the image
libraries...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1687 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Window.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'documentation')
diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html
index e5b111eec..ea422e5c4 100644
--- a/documentation/Fl_Window.html
+++ b/documentation/Fl_Window.html
@@ -33,8 +33,7 @@ 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
Fl::modal() is zero or equal to the window. Fl_Window
- has a default callback that calls Fl_Window::hide() and calls
-exit(0) if this is the last top-level window.
+ has a default callback that calls Fl_Window::hide().
Methods