summaryrefslogtreecommitdiff
path: root/src/Fl_Window_iconize.cxx
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2006-01-20 02:00:49 +0000
committerAaron M. Ucko <ucko@debian.org>2006-01-20 02:00:49 +0000
commita7324bb0c2a26bb02be3362dff2126dc6c6af3a4 (patch)
tree64e6a26efbbc09e90a07afcf91a4b968d906955e /src/Fl_Window_iconize.cxx
parent561e57f79c1c365a2ff6c31fc32f36ba70d21cae (diff)
Load /tmp/.../fltk1.1-1.1.7 into
branches/upstream/current.
Diffstat (limited to 'src/Fl_Window_iconize.cxx')
-rw-r--r--src/Fl_Window_iconize.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Fl_Window_iconize.cxx b/src/Fl_Window_iconize.cxx
index 9a5f6ce..93c3f32 100644
--- a/src/Fl_Window_iconize.cxx
+++ b/src/Fl_Window_iconize.cxx
@@ -1,9 +1,9 @@
//
-// "$Id: Fl_Window_iconize.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:58 easysw Exp $"
+// "$Id: Fl_Window_iconize.cxx 4288 2005-04-16 00:13:17Z mike $"
//
// Window minification code for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2004 by Bill Spitzak and others.
+// Copyright 1998-2005 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -20,7 +20,9 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@fltk.org".
+// Please report all bugs and problems on the following page:
+//
+// http://www.fltk.org/str.php
//
#include <FL/x.H>
@@ -43,5 +45,5 @@ void Fl_Window::iconize() {
}
//
-// End of "$Id: Fl_Window_iconize.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:58 easysw Exp $".
+// End of "$Id: Fl_Window_iconize.cxx 4288 2005-04-16 00:13:17Z mike $".
//