summaryrefslogtreecommitdiff
path: root/src/Fl_get_key_win32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_get_key_win32.cxx')
-rwxr-xr-xsrc/Fl_get_key_win32.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Fl_get_key_win32.cxx b/src/Fl_get_key_win32.cxx
index 6e90576..a7973fa 100755
--- a/src/Fl_get_key_win32.cxx
+++ b/src/Fl_get_key_win32.cxx
@@ -1,9 +1,9 @@
//
-// "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.5 2004/04/11 04:38:59 easysw Exp $"
+// "$Id: Fl_get_key_win32.cxx 4288 2005-04-16 00:13:17Z mike $"
//
// WIN32 keyboard state routines 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
//
// Return the current state of a key. Keys are named by fltk symbols,
@@ -132,5 +134,5 @@ int Fl::get_key(int k) {
}
//
-// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.5 2004/04/11 04:38:59 easysw Exp $".
+// End of "$Id: Fl_get_key_win32.cxx 4288 2005-04-16 00:13:17Z mike $".
//