summaryrefslogtreecommitdiff
path: root/src/Fl_Input.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Input.cxx')
-rw-r--r--src/Fl_Input.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx
index 1170b279b..02e4513e6 100644
--- a/src/Fl_Input.cxx
+++ b/src/Fl_Input.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: Fl_Input.cxx,v 1.4 1998/10/21 14:20:08 mike Exp $"
//
// Input widget for the Fast Light Tool Kit (FLTK).
//
@@ -322,5 +322,5 @@ Fl_Input::Fl_Input(int x, int y, int w, int h, const char *l)
: Fl_Input_(x, y, w, h, l) {}
//
-// End of "$Id: Fl_Input.cxx,v 1.3 1998/10/19 20:45:49 mike Exp $".
+// End of "$Id: Fl_Input.cxx,v 1.4 1998/10/21 14:20:08 mike Exp $".
//