summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-16 00:13:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-16 00:13:17 +0000
commit1c399af44498c39958b18bf6fd963c97ae3c929e (patch)
tree74f8151032cdd0c28b6deac3efb46b4837b82e32 /test
parentb41cf28662fe5734530f280cc0dbb34bbf6aa25a (diff)
Update source file headers with STR web page.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4288 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/CubeMain.cxx4
-rw-r--r--test/CubeView.cxx4
-rw-r--r--test/CubeView.h4
-rw-r--r--test/Makefile4
-rw-r--r--test/adjuster.cxx4
-rwxr-xr-xtest/arc.cxx4
-rw-r--r--test/ask.cxx4
-rw-r--r--test/bitmap.cxx4
-rw-r--r--test/boxtype.cxx4
-rw-r--r--test/browser.cxx4
-rw-r--r--test/button.cxx4
-rw-r--r--test/buttons.cxx4
-rw-r--r--test/checkers.cxx4
-rw-r--r--test/clock.cxx4
-rw-r--r--test/colbrowser.cxx4
-rw-r--r--test/color_chooser.cxx4
-rw-r--r--test/connect.cxx4
-rw-r--r--test/cube.cxx4
-rw-r--r--test/cursor.cxx4
-rw-r--r--test/curve.cxx4
-rw-r--r--test/demo.cxx4
-rw-r--r--test/doublebuffer.cxx4
-rw-r--r--test/editor.cxx4
-rw-r--r--test/file_chooser.cxx4
-rw-r--r--test/fl_jpeg_image.cxx4
-rw-r--r--test/fonts.cxx4
-rw-r--r--test/forms.cxx4
-rw-r--r--test/fractals.cxx4
-rw-r--r--test/fullscreen.cxx4
-rw-r--r--test/gl_overlay.cxx4
-rw-r--r--test/glpuzzle.cxx4
-rw-r--r--test/hello.cxx4
-rw-r--r--test/help.cxx4
-rw-r--r--test/iconize.cxx4
-rw-r--r--test/image.cxx4
-rw-r--r--test/input.cxx4
-rw-r--r--test/keyboard.cxx4
-rw-r--r--test/keyboard.h4
-rw-r--r--test/label.cxx4
-rw-r--r--test/line_style.cxx4
-rw-r--r--test/list_visuals.cxx4
-rw-r--r--test/mandelbrot.cxx4
-rw-r--r--test/mandelbrot.h4
-rw-r--r--test/menubar.cxx4
-rw-r--r--test/message.cxx4
-rw-r--r--test/minimum.cxx4
-rw-r--r--test/navigation.cxx4
-rw-r--r--test/output.cxx4
-rw-r--r--test/overlay.cxx4
-rw-r--r--test/pack.cxx4
-rw-r--r--test/pixmap.cxx4
-rw-r--r--test/pixmap_browser.cxx4
-rw-r--r--test/resizebox.cxx4
-rw-r--r--test/scroll.cxx4
-rw-r--r--test/shape.cxx4
-rw-r--r--test/subwindow.cxx4
-rw-r--r--test/symbols.cxx4
-rw-r--r--test/threads.cxx4
-rw-r--r--test/threads.h4
-rwxr-xr-xtest/tile.cxx4
-rw-r--r--test/tiled_image.cxx4
61 files changed, 183 insertions, 61 deletions
diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx
index a2b283126..72785aa83 100644
--- a/test/CubeMain.cxx
+++ b/test/CubeMain.cxx
@@ -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 "config.h"
diff --git a/test/CubeView.cxx b/test/CubeView.cxx
index 8eb7f3565..f59cbb1d3 100644
--- a/test/CubeView.cxx
+++ b/test/CubeView.cxx
@@ -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 "CubeView.h"
diff --git a/test/CubeView.h b/test/CubeView.h
index 5b0cf069c..30ffe3be9 100644
--- a/test/CubeView.h
+++ b/test/CubeView.h
@@ -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
//
#ifndef CUBEVIEW_H
diff --git a/test/Makefile b/test/Makefile
index 6730f6068..ebc4e2f97 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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 ../makeinclude
diff --git a/test/adjuster.cxx b/test/adjuster.cxx
index ea5a43277..9549543d3 100644
--- a/test/adjuster.cxx
+++ b/test/adjuster.cxx
@@ -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 <stdlib.h>
diff --git a/test/arc.cxx b/test/arc.cxx
index 12b1f07ae..d36509f07 100755
--- a/test/arc.cxx
+++ b/test/arc.cxx
@@ -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/Fl.H>
diff --git a/test/ask.cxx b/test/ask.cxx
index 86ce59435..a29952544 100644
--- a/test/ask.cxx
+++ b/test/ask.cxx
@@ -27,7 +27,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 <stdio.h>
diff --git a/test/bitmap.cxx b/test/bitmap.cxx
index d057c1330..f6f126edc 100644
--- a/test/bitmap.cxx
+++ b/test/bitmap.cxx
@@ -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/Fl.H>
diff --git a/test/boxtype.cxx b/test/boxtype.cxx
index 5808c2d12..9bc098a79 100644
--- a/test/boxtype.cxx
+++ b/test/boxtype.cxx
@@ -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 <stdlib.h>
diff --git a/test/browser.cxx b/test/browser.cxx
index 575cee854..e2fcdb672 100644
--- a/test/browser.cxx
+++ b/test/browser.cxx
@@ -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
//
/*
diff --git a/test/button.cxx b/test/button.cxx
index 7de4debfc..6c2169908 100644
--- a/test/button.cxx
+++ b/test/button.cxx
@@ -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 <stdlib.h>
diff --git a/test/buttons.cxx b/test/buttons.cxx
index 2fd467950..752ca1d56 100644
--- a/test/buttons.cxx
+++ b/test/buttons.cxx
@@ -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 <stdlib.h>
diff --git a/test/checkers.cxx b/test/checkers.cxx
index cf5f37c1a..d4448d1ff 100644
--- a/test/checkers.cxx
+++ b/test/checkers.cxx
@@ -23,7 +23,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
//
const char* copyright =
diff --git a/test/clock.cxx b/test/clock.cxx
index 53daba838..d82b996ff 100644
--- a/test/clock.cxx
+++ b/test/clock.cxx
@@ -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/Fl.H>
diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx
index eae11f8ad..b339f7793 100644
--- a/test/colbrowser.cxx
+++ b/test/colbrowser.cxx
@@ -25,7 +25,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/forms.H> // changed for fltk
diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx
index 2912f41d9..2b40294c8 100644
--- a/test/color_chooser.cxx
+++ b/test/color_chooser.cxx
@@ -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/Fl.H>
diff --git a/test/connect.cxx b/test/connect.cxx
index a63ab9ca1..e74ffad74 100644
--- a/test/connect.cxx
+++ b/test/connect.cxx
@@ -24,7 +24,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 <stdlib.h>
diff --git a/test/cube.cxx b/test/cube.cxx
index 8f13d3be7..9abf442ad 100644
--- a/test/cube.cxx
+++ b/test/cube.cxx
@@ -22,7 +22,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 "config.h"
diff --git a/test/cursor.cxx b/test/cursor.cxx
index 8373ede3f..190cdc157 100644
--- a/test/cursor.cxx
+++ b/test/cursor.cxx
@@ -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/Fl.H>
diff --git a/test/curve.cxx b/test/curve.cxx
index 8ffb8072e..814eb0f38 100644
--- a/test/curve.cxx
+++ b/test/curve.cxx
@@ -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/Fl.H>
diff --git a/test/demo.cxx b/test/demo.cxx
index 87e0ac88c..263ab5451 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -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 <stdio.h>
diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx
index 83a1df9ba..56bd856f4 100644
--- a/test/doublebuffer.cxx
+++ b/test/doublebuffer.cxx
@@ -30,7 +30,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/Fl.H>
diff --git a/test/editor.cxx b/test/editor.cxx
index 9d9759779..34d77e0ae 100644
--- a/test/editor.cxx
+++ b/test/editor.cxx
@@ -22,7 +22,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
//
//
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index a595e4df6..9c84bebd8 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -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
//
// Contents:
//
diff --git a/test/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx
index 81b294b08..2443cf6db 100644
--- a/test/fl_jpeg_image.cxx
+++ b/test/fl_jpeg_image.cxx
@@ -37,7 +37,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/Fl.H>
diff --git a/test/fonts.cxx b/test/fonts.cxx
index 7ee1b09a8..1c158915a 100644
--- a/test/fonts.cxx
+++ b/test/fonts.cxx
@@ -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/Fl.H>
diff --git a/test/forms.cxx b/test/forms.cxx
index 52a125c16..115c89cff 100644
--- a/test/forms.cxx
+++ b/test/forms.cxx
@@ -26,7 +26,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/forms.H> // changed for fltk
diff --git a/test/fractals.cxx b/test/fractals.cxx
index c4d88234a..89e609f64 100644
--- a/test/fractals.cxx
+++ b/test/fractals.cxx
@@ -24,7 +24,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 "config.h"
diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx
index b596d8c11..e0fbe6dca 100644
--- a/test/fullscreen.cxx
+++ b/test/fullscreen.cxx
@@ -51,7 +51,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 "config.h"
diff --git a/test/gl_overlay.cxx b/test/gl_overlay.cxx
index 6a72e2991..d6584b01c 100644
--- a/test/gl_overlay.cxx
+++ b/test/gl_overlay.cxx
@@ -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 "config.h"
diff --git a/test/glpuzzle.cxx b/test/glpuzzle.cxx
index 677e611e5..fe84bccc0 100644
--- a/test/glpuzzle.cxx
+++ b/test/glpuzzle.cxx
@@ -23,7 +23,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
//
// this block added for fltk's distribtion so it will compile w/o OpenGL:
diff --git a/test/hello.cxx b/test/hello.cxx
index 26865296c..178d52934 100644
--- a/test/hello.cxx
+++ b/test/hello.cxx
@@ -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/Fl.H>
diff --git a/test/help.cxx b/test/help.cxx
index f7366ee89..ba0b97c21 100644
--- a/test/help.cxx
+++ b/test/help.cxx
@@ -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
//
// Contents:
//
diff --git a/test/iconize.cxx b/test/iconize.cxx
index 151025f0a..5e4273e00 100644
--- a/test/iconize.cxx
+++ b/test/iconize.cxx
@@ -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/Fl.H>
diff --git a/test/image.cxx b/test/image.cxx
index f75d632b8..0210ff50f 100644
--- a/test/image.cxx
+++ b/test/image.cxx
@@ -24,7 +24,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/Fl.H>
diff --git a/test/input.cxx b/test/input.cxx
index 49859fd94..97b857332 100644
--- a/test/input.cxx
+++ b/test/input.cxx
@@ -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 <stdio.h>
diff --git a/test/keyboard.cxx b/test/keyboard.cxx
index 52b00be2e..c99fe2010 100644
--- a/test/keyboard.cxx
+++ b/test/keyboard.cxx
@@ -34,7 +34,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
//
diff --git a/test/keyboard.h b/test/keyboard.h
index 973712362..b936aa6a6 100644
--- a/test/keyboard.h
+++ b/test/keyboard.h
@@ -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
//
#ifndef keyboard_h
diff --git a/test/label.cxx b/test/label.cxx
index 7b3dca635..bd823b23e 100644
--- a/test/label.cxx
+++ b/test/label.cxx
@@ -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/Fl.H>
diff --git a/test/line_style.cxx b/test/line_style.cxx
index f95a19aef..2c2d54f7b 100644
--- a/test/line_style.cxx
+++ b/test/line_style.cxx
@@ -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/Fl.H>
diff --git a/test/list_visuals.cxx b/test/list_visuals.cxx
index dafe8933d..dd8f7f935 100644
--- a/test/list_visuals.cxx
+++ b/test/list_visuals.cxx
@@ -28,7 +28,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
//
#if defined(WIN32) || defined(__APPLE__)
diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx
index 65ae89674..43ef78092 100644
--- a/test/mandelbrot.cxx
+++ b/test/mandelbrot.cxx
@@ -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 "mandelbrot_ui.h"
diff --git a/test/mandelbrot.h b/test/mandelbrot.h
index 33ecfe117..f442cedda 100644
--- a/test/mandelbrot.h
+++ b/test/mandelbrot.h
@@ -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/Fl.H>
diff --git a/test/menubar.cxx b/test/menubar.cxx
index 321b38018..1fd4e7d88 100644
--- a/test/menubar.cxx
+++ b/test/menubar.cxx
@@ -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/Fl.H>
diff --git a/test/message.cxx b/test/message.cxx
index 4d2329b32..446690579 100644
--- a/test/message.cxx
+++ b/test/message.cxx
@@ -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/Fl.H>
diff --git a/test/minimum.cxx b/test/minimum.cxx
index a5a6f5be6..50eda5a24 100644
--- a/test/minimum.cxx
+++ b/test/minimum.cxx
@@ -37,7 +37,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 <stdlib.h>
diff --git a/test/navigation.cxx b/test/navigation.cxx
index bdba2776d..477300426 100644
--- a/test/navigation.cxx
+++ b/test/navigation.cxx
@@ -23,7 +23,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 <stdio.h>
diff --git a/test/output.cxx b/test/output.cxx
index c9a834cc0..3da30d638 100644
--- a/test/output.cxx
+++ b/test/output.cxx
@@ -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/Fl.H>
diff --git a/test/overlay.cxx b/test/overlay.cxx
index bd33281fe..1af6a06f4 100644
--- a/test/overlay.cxx
+++ b/test/overlay.cxx
@@ -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 <stdlib.h>
diff --git a/test/pack.cxx b/test/pack.cxx
index 9e1b59c10..934840b1d 100644
--- a/test/pack.cxx
+++ b/test/pack.cxx
@@ -24,7 +24,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/Fl.H>
diff --git a/test/pixmap.cxx b/test/pixmap.cxx
index 3f37eeeb2..c8a1ceada 100644
--- a/test/pixmap.cxx
+++ b/test/pixmap.cxx
@@ -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/Fl.H>
diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx
index 1db70214d..16e064259 100644
--- a/test/pixmap_browser.cxx
+++ b/test/pixmap_browser.cxx
@@ -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/Fl.H>
diff --git a/test/resizebox.cxx b/test/resizebox.cxx
index 2536cb869..aa8b97e0e 100644
--- a/test/resizebox.cxx
+++ b/test/resizebox.cxx
@@ -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
//
#define W1 (big ? 60 : 40)
diff --git a/test/scroll.cxx b/test/scroll.cxx
index eb1dc4200..e2e22d792 100644
--- a/test/scroll.cxx
+++ b/test/scroll.cxx
@@ -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/Fl.H>
diff --git a/test/shape.cxx b/test/shape.cxx
index d4d3469f3..b64067bbd 100644
--- a/test/shape.cxx
+++ b/test/shape.cxx
@@ -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 "config.h"
diff --git a/test/subwindow.cxx b/test/subwindow.cxx
index 806e7840a..67b922309 100644
--- a/test/subwindow.cxx
+++ b/test/subwindow.cxx
@@ -25,7 +25,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 <stdlib.h>
diff --git a/test/symbols.cxx b/test/symbols.cxx
index 08d21dc59..ce144930c 100644
--- a/test/symbols.cxx
+++ b/test/symbols.cxx
@@ -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 <stdio.h>
diff --git a/test/threads.cxx b/test/threads.cxx
index 0139dd4ce..7f9320a4d 100644
--- a/test/threads.cxx
+++ b/test/threads.cxx
@@ -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 "config.h"
diff --git a/test/threads.h b/test/threads.h
index 71bb0726e..8d376b147 100644
--- a/test/threads.h
+++ b/test/threads.h
@@ -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
//
// Inline classes to provide portable support for threads and mutexes.
diff --git a/test/tile.cxx b/test/tile.cxx
index cd0f3954e..58b0de0f4 100755
--- a/test/tile.cxx
+++ b/test/tile.cxx
@@ -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/Fl.H>
diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx
index 95b4728e8..644cfad38 100644
--- a/test/tiled_image.cxx
+++ b/test/tiled_image.cxx
@@ -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/Fl.H>