diff options
author | Eugene Sandulenko | 2006-01-27 19:04:15 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-01-27 19:04:15 +0000 |
commit | 095199da5429e9c270002c6751a36dfd407c95d1 (patch) | |
tree | 9f19fd1e5cfc9eb76e08e247ec2e9777c098d222 | |
parent | 118ce529b197626e16db06ca3d506572c130a8f7 (diff) | |
download | scummvm-rg350-095199da5429e9c270002c6751a36dfd407c95d1.tar.gz scummvm-rg350-095199da5429e9c270002c6751a36dfd407c95d1.tar.bz2 scummvm-rg350-095199da5429e9c270002c6751a36dfd407c95d1.zip |
Proper RCS IDs.
svn-id: r20235
-rw-r--r-- | gui/ThemeNew.cpp | 2 | ||||
-rw-r--r-- | gui/theme.cpp | 2 | ||||
-rw-r--r-- | gui/theme.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index d6241660b0..679d6c79f6 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header $ + * $Header$ */ #include "gui/theme.h" diff --git a/gui/theme.cpp b/gui/theme.cpp index dfb8dcbebb..e7fbdc6808 100644 --- a/gui/theme.cpp +++ b/gui/theme.cpp @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header $ + * $Header$ */ #include "gui/theme.h" diff --git a/gui/theme.h b/gui/theme.h index b6730199ef..474e233f4f 100644 --- a/gui/theme.h +++ b/gui/theme.h @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header $ + * $Header$ */ #ifndef GUI_THEME_H |