summaryrefslogtreecommitdiff
path: root/FL/Fl_Output.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Output.H')
-rw-r--r--FL/Fl_Output.H16
1 files changed, 5 insertions, 11 deletions
diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H
index 5d1827164..06dfeb650 100644
--- a/FL/Fl_Output.H
+++ b/FL/Fl_Output.H
@@ -1,6 +1,4 @@
//
-// "$Id$"
-//
// Output header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2011 by Bill Spitzak and others.
@@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at:
//
-// http://www.fltk.org/COPYING.php
+// https://www.fltk.org/COPYING.php
//
-// Please report all bugs and problems on the following page:
+// Please see the following page on how to report bugs and issues:
//
-// http://www.fltk.org/str.php
+// https://www.fltk.org/bugs.php
//
/* \file
@@ -25,7 +23,7 @@
#include "Fl_Input.H"
/**
This widget displays a piece of text.
-
+
When you set the value() , Fl_Output does a strcpy() to its own storage,
which is useful for program-generated values. The user may select
portions of the text using the mouse and paste the contents into other
@@ -56,8 +54,4 @@ public:
Fl_Output(int X,int Y,int W,int H, const char *l = 0);
};
-#endif
-
-//
-// End of "$Id$".
-//
+#endif