summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-06-09 16:16:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-06-09 16:16:34 +0000
commit30d8dc5eeb1831254ae8664ae872a9506614695e (patch)
treeb5f1c8146a4b4166068c0965e9e85cee2950a0c9 /src
parent2db125bc43d838baada476970bf86becb398c5f7 (diff)
Make sure that all source files expand $Id$...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5190 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/fl_encoding_latin1.cxx4
-rw-r--r--src/fl_encoding_mac_roman.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/fl_encoding_latin1.cxx b/src/fl_encoding_latin1.cxx
index 5f2aa7af3..49a23affc 100644
--- a/src/fl_encoding_latin1.cxx
+++ b/src/fl_encoding_latin1.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Convert MSWindows-1252 (Latin-1) encoded text to the local encoding.
//
@@ -133,5 +133,5 @@ const char *fl_local_to_latin1(const char *t, int)
#endif
//
-// End of "$Id: $".
+// End of "$Id$".
//
diff --git a/src/fl_encoding_mac_roman.cxx b/src/fl_encoding_mac_roman.cxx
index a19e3eafd..45323d74e 100644
--- a/src/fl_encoding_mac_roman.cxx
+++ b/src/fl_encoding_mac_roman.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Convert Mac Roman encoded text to the local encoding.
//
@@ -130,5 +130,5 @@ const char *fl_mac_roman_to_local(const char *t, int n)
#endif
//
-// End of "$Id: $".
+// End of "$Id$".
//