diff options
| author | Greg Ercolano <erco@seriss.com> | 2016-07-20 18:40:49 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2016-07-20 18:40:49 +0000 |
| commit | aa5ac8656d89626841f1e236d0883577537736db (patch) | |
| tree | 227c80e7f47d26146f541eb5d6d5c1ecfbc3b193 | |
| parent | d1dd240bd40999b1fa7d6deacb4bdf69b1f7a6a0 (diff) | |
svn property mods..
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11839 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/ExternalCodeEditor_UNIX.cxx | 4 | ||||
| -rw-r--r-- | fluid/ExternalCodeEditor_UNIX.h | 4 | ||||
| -rw-r--r-- | fluid/ExternalCodeEditor_WIN32.cxx | 4 | ||||
| -rw-r--r-- | fluid/ExternalCodeEditor_WIN32.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/fluid/ExternalCodeEditor_UNIX.cxx b/fluid/ExternalCodeEditor_UNIX.cxx index e0d230d65..58225fc88 100644 --- a/fluid/ExternalCodeEditor_UNIX.cxx +++ b/fluid/ExternalCodeEditor_UNIX.cxx @@ -1,5 +1,5 @@ // -// "$Id: ExternalCodeEditor_UNIX.cxx 10800 2016-07-10 00:00:00Z greg.ercolano $". +// "$Id$". // // External code editor management class for Unix // @@ -432,5 +432,5 @@ int ExternalCodeEditor::editors_open() { #endif /* !WIN32 */ // -// End of "$Id: ExternalCodeEditor_UNIX.cxx 10800 2016-07-10 00:00:00Z greg.ercolano $". +// End of "$Id$". // diff --git a/fluid/ExternalCodeEditor_UNIX.h b/fluid/ExternalCodeEditor_UNIX.h index 07d8e3762..3ebaeb6ff 100644 --- a/fluid/ExternalCodeEditor_UNIX.h +++ b/fluid/ExternalCodeEditor_UNIX.h @@ -1,5 +1,5 @@ // -// "$Id: ExternalCodeEditor_UNIX.h 10800 2016-07-10 00:00:00Z greg.ercolano $". +// "$Id$". // // External code editor management class for Unix // @@ -47,5 +47,5 @@ public: #endif /*_EXTCODEEDITOR_H */ // -// End of "$Id: ExternalCodeEditor_UNIX.h 10800 2016-07-10 00:00:00Z greg.ercolano $". +// End of "$Id$". // diff --git a/fluid/ExternalCodeEditor_WIN32.cxx b/fluid/ExternalCodeEditor_WIN32.cxx index 767fd81f7..53170b643 100644 --- a/fluid/ExternalCodeEditor_WIN32.cxx +++ b/fluid/ExternalCodeEditor_WIN32.cxx @@ -1,5 +1,5 @@ // -// "$Id: ExternalCodeEditor_WIN32.cxx 10800 2016-07-10 00:00:00Z greg.ercolano $". +// "$Id$". // // External code editor management class for Windows // @@ -544,5 +544,5 @@ int ExternalCodeEditor::editors_open() { #endif /* WIN32 */ // -// End of "$Id: ExternalCodeEditor_WIN32.cxx 10800 2016-07-10 00:00:00Z greg.ercolano $". +// End of "$Id$". // diff --git a/fluid/ExternalCodeEditor_WIN32.h b/fluid/ExternalCodeEditor_WIN32.h index 43492e632..96a3f7f4f 100644 --- a/fluid/ExternalCodeEditor_WIN32.h +++ b/fluid/ExternalCodeEditor_WIN32.h @@ -1,5 +1,5 @@ // -// "$Id: ExternalCodeEditor_WIN32.h 10800 2016-07-10 00:00:00Z greg.ercolano $". +// "$Id$". // // External code editor management class for Windows // @@ -59,5 +59,5 @@ public: #endif /*_EXTCODEEDITOR_H */ // -// End of "$Id: ExternalCodeEditor_WIN32.h 10800 2016-07-10 00:00:00Z greg.ercolano $". +// End of "$Id$". // |
