From 1a7fcf07573f82a7f9fac10ba3b2103ede6eacc3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 2 Sep 2014 09:15:08 +0000 Subject: [PATCH] Fixed header/footer lines. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10263 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Shaped_Window.H | 4 ++-- src/Fl_Shaped_Window.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FL/Fl_Shaped_Window.H b/FL/Fl_Shaped_Window.H index af2cefc5a..fb3296fae 100644 --- a/FL/Fl_Shaped_Window.H +++ b/FL/Fl_Shaped_Window.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id$" // // Fl_Shaped_Window header file for the Fast Light Tool Kit (FLTK). // @@ -74,5 +74,5 @@ public: #endif // Fl_Shaped_Window_H // -// End of "$Id". +// End of "$Id$". // diff --git a/src/Fl_Shaped_Window.cxx b/src/Fl_Shaped_Window.cxx index e874c7098..d16a23173 100644 --- a/src/Fl_Shaped_Window.cxx +++ b/src/Fl_Shaped_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id$" // // Fl_Shaped_Window source file for the Fast Light Tool Kit (FLTK). // @@ -365,5 +365,5 @@ void Fl_Shaped_Window::shape(const Fl_Image* img) { } // -// End of "$Id". +// End of "$Id$". //