[Scummvm-cvs-logs] SF.net SVN: scummvm: [20518] scummvm/trunk/gui

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Feb 11 02:11:02 CET 2006


Revision: 20518
Author:   fingolfin
Date:     2006-02-11 02:08:56 -0800 (Sat, 11 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20518&view=rev

Log Message:
-----------
Change CVS keywords to SVN keywords

Modified Paths:
--------------
    scummvm/trunk/gui/Actions.cpp
    scummvm/trunk/gui/Actions.h
    scummvm/trunk/gui/EditTextWidget.cpp
    scummvm/trunk/gui/EditTextWidget.h
    scummvm/trunk/gui/Key.cpp
    scummvm/trunk/gui/Key.h
    scummvm/trunk/gui/KeysDialog.cpp
    scummvm/trunk/gui/KeysDialog.h
    scummvm/trunk/gui/ListWidget.cpp
    scummvm/trunk/gui/ListWidget.h
    scummvm/trunk/gui/PopUpWidget.cpp
    scummvm/trunk/gui/PopUpWidget.h
    scummvm/trunk/gui/ScrollBarWidget.cpp
    scummvm/trunk/gui/ScrollBarWidget.h
    scummvm/trunk/gui/TabWidget.cpp
    scummvm/trunk/gui/TabWidget.h
    scummvm/trunk/gui/ThemeNew.cpp
    scummvm/trunk/gui/about.cpp
    scummvm/trunk/gui/about.h
    scummvm/trunk/gui/browser.cpp
    scummvm/trunk/gui/browser.h
    scummvm/trunk/gui/chooser.cpp
    scummvm/trunk/gui/chooser.h
    scummvm/trunk/gui/console.cpp
    scummvm/trunk/gui/console.h
    scummvm/trunk/gui/dialog.cpp
    scummvm/trunk/gui/dialog.h
    scummvm/trunk/gui/editable.cpp
    scummvm/trunk/gui/editable.h
    scummvm/trunk/gui/launcher.cpp
    scummvm/trunk/gui/launcher.h
    scummvm/trunk/gui/message.cpp
    scummvm/trunk/gui/message.h
    scummvm/trunk/gui/newgui.cpp
    scummvm/trunk/gui/newgui.h
    scummvm/trunk/gui/object.h
    scummvm/trunk/gui/options.cpp
    scummvm/trunk/gui/options.h
    scummvm/trunk/gui/theme.cpp
    scummvm/trunk/gui/theme.h
    scummvm/trunk/gui/widget.cpp
    scummvm/trunk/gui/widget.h
Modified: scummvm/trunk/gui/Actions.cpp
===================================================================
--- scummvm/trunk/gui/Actions.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/Actions.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/gui/Actions.h
===================================================================
--- scummvm/trunk/gui/Actions.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/Actions.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/gui/EditTextWidget.cpp
===================================================================
--- scummvm/trunk/gui/EditTextWidget.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/EditTextWidget.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/EditTextWidget.h
===================================================================
--- scummvm/trunk/gui/EditTextWidget.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/EditTextWidget.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef GUI_EDITTEXTWIDGET_H

Modified: scummvm/trunk/gui/Key.cpp
===================================================================
--- scummvm/trunk/gui/Key.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/Key.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/gui/Key.h
===================================================================
--- scummvm/trunk/gui/Key.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/Key.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/gui/KeysDialog.cpp
===================================================================
--- scummvm/trunk/gui/KeysDialog.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/KeysDialog.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/gui/KeysDialog.h
===================================================================
--- scummvm/trunk/gui/KeysDialog.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/KeysDialog.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/gui/ListWidget.cpp
===================================================================
--- scummvm/trunk/gui/ListWidget.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/ListWidget.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/ListWidget.h
===================================================================
--- scummvm/trunk/gui/ListWidget.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/ListWidget.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef GUI_LISTWIDGET_H

Modified: scummvm/trunk/gui/PopUpWidget.cpp
===================================================================
--- scummvm/trunk/gui/PopUpWidget.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/PopUpWidget.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/PopUpWidget.h
===================================================================
--- scummvm/trunk/gui/PopUpWidget.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/PopUpWidget.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef POPUPWIDGET_H

Modified: scummvm/trunk/gui/ScrollBarWidget.cpp
===================================================================
--- scummvm/trunk/gui/ScrollBarWidget.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/ScrollBarWidget.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/ScrollBarWidget.h
===================================================================
--- scummvm/trunk/gui/ScrollBarWidget.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/ScrollBarWidget.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef SCROLLBARWIDGET_H

Modified: scummvm/trunk/gui/TabWidget.cpp
===================================================================
--- scummvm/trunk/gui/TabWidget.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/TabWidget.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/TabWidget.h
===================================================================
--- scummvm/trunk/gui/TabWidget.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/TabWidget.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef TABWIDGET_H

Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "gui/theme.h"

Modified: scummvm/trunk/gui/about.cpp
===================================================================
--- scummvm/trunk/gui/about.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/about.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/about.h
===================================================================
--- scummvm/trunk/gui/about.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/about.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef ABOUT_DIALOG_H

Modified: scummvm/trunk/gui/browser.cpp
===================================================================
--- scummvm/trunk/gui/browser.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/browser.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/browser.h
===================================================================
--- scummvm/trunk/gui/browser.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/browser.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef BROWSER_DIALOG_H

Modified: scummvm/trunk/gui/chooser.cpp
===================================================================
--- scummvm/trunk/gui/chooser.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/chooser.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/chooser.h
===================================================================
--- scummvm/trunk/gui/chooser.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/chooser.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef CHOOSER_DIALOG_H

Modified: scummvm/trunk/gui/console.cpp
===================================================================
--- scummvm/trunk/gui/console.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/console.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/console.h
===================================================================
--- scummvm/trunk/gui/console.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/console.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef CONSOLE_DIALOG_H

Modified: scummvm/trunk/gui/dialog.cpp
===================================================================
--- scummvm/trunk/gui/dialog.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/dialog.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/dialog.h
===================================================================
--- scummvm/trunk/gui/dialog.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/dialog.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef DIALOG_H

Modified: scummvm/trunk/gui/editable.cpp
===================================================================
--- scummvm/trunk/gui/editable.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/editable.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/editable.h
===================================================================
--- scummvm/trunk/gui/editable.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/editable.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef GUI_EDITABLE_H

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/launcher.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/launcher.h
===================================================================
--- scummvm/trunk/gui/launcher.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/launcher.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef LAUNCHER_DIALOG_H

Modified: scummvm/trunk/gui/message.cpp
===================================================================
--- scummvm/trunk/gui/message.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/message.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/message.h
===================================================================
--- scummvm/trunk/gui/message.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/message.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef MESSAGE_DIALOG_H

Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/newgui.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/newgui.h
===================================================================
--- scummvm/trunk/gui/newgui.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/newgui.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef NEWGUI_H

Modified: scummvm/trunk/gui/object.h
===================================================================
--- scummvm/trunk/gui/object.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/object.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef GUI_OBJECT_H

Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/options.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/options.h
===================================================================
--- scummvm/trunk/gui/options.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/options.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef OPTIONS_DIALOG_H

Modified: scummvm/trunk/gui/theme.cpp
===================================================================
--- scummvm/trunk/gui/theme.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/theme.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "gui/theme.h"

Modified: scummvm/trunk/gui/theme.h
===================================================================
--- scummvm/trunk/gui/theme.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/theme.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef GUI_THEME_H

Modified: scummvm/trunk/gui/widget.cpp
===================================================================
--- scummvm/trunk/gui/widget.cpp	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/widget.cpp	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/gui/widget.h
===================================================================
--- scummvm/trunk/gui/widget.h	2006-02-11 10:09:33 UTC (rev 20517)
+++ scummvm/trunk/gui/widget.h	2006-02-11 10:08:56 UTC (rev 20518)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef GUI_WIDGET_H







More information about the Scummvm-git-logs mailing list