summaryrefslogtreecommitdiff
path: root/test/input_choice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/input_choice.cxx')
-rw-r--r--test/input_choice.cxx13
1 files changed, 3 insertions, 10 deletions
diff --git a/test/input_choice.cxx b/test/input_choice.cxx
index 4e4d16109..b9598d52c 100644
--- a/test/input_choice.cxx
+++ b/test/input_choice.cxx
@@ -1,6 +1,4 @@
//
-// "$Id$"
-//
// Test program for Fl_Input_Choice
//
// Copyright 1998-2010 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
//
#include <stdio.h>
@@ -63,8 +61,3 @@ int main(int argc, char **argv) {
win.show(argc, argv);
return Fl::run();
}
-
-
-//
-// End of "$Id$".
-//