From b34e207dbba2a644102b00b6251bf4972fb0e817 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 11 Feb 2006 10:08:56 +0000 Subject: [PATCH] Change CVS keywords to SVN keywords svn-id: r20518 --- gui/Actions.cpp | 3 ++- gui/Actions.h | 3 ++- gui/EditTextWidget.cpp | 3 ++- gui/EditTextWidget.h | 3 ++- gui/Key.cpp | 3 ++- gui/Key.h | 3 ++- gui/KeysDialog.cpp | 3 ++- gui/KeysDialog.h | 3 ++- gui/ListWidget.cpp | 3 ++- gui/ListWidget.h | 3 ++- gui/PopUpWidget.cpp | 3 ++- gui/PopUpWidget.h | 3 ++- gui/ScrollBarWidget.cpp | 3 ++- gui/ScrollBarWidget.h | 3 ++- gui/TabWidget.cpp | 3 ++- gui/TabWidget.h | 3 ++- gui/ThemeNew.cpp | 3 ++- gui/about.cpp | 3 ++- gui/about.h | 3 ++- gui/browser.cpp | 3 ++- gui/browser.h | 3 ++- gui/chooser.cpp | 3 ++- gui/chooser.h | 3 ++- gui/console.cpp | 3 ++- gui/console.h | 3 ++- gui/dialog.cpp | 3 ++- gui/dialog.h | 3 ++- gui/editable.cpp | 3 ++- gui/editable.h | 3 ++- gui/launcher.cpp | 3 ++- gui/launcher.h | 3 ++- gui/message.cpp | 3 ++- gui/message.h | 3 ++- gui/newgui.cpp | 3 ++- gui/newgui.h | 3 ++- gui/object.h | 3 ++- gui/options.cpp | 3 ++- gui/options.h | 3 ++- gui/theme.cpp | 3 ++- gui/theme.h | 3 ++- gui/widget.cpp | 3 ++- gui/widget.h | 3 ++- 42 files changed, 84 insertions(+), 42 deletions(-) diff --git a/gui/Actions.cpp b/gui/Actions.cpp index e32e2df2f0a..8606d07cb7c 100644 --- a/gui/Actions.cpp +++ b/gui/Actions.cpp @@ -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$ * */ diff --git a/gui/Actions.h b/gui/Actions.h index c3876f6d31e..7932837c610 100644 --- a/gui/Actions.h +++ b/gui/Actions.h @@ -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$ * */ diff --git a/gui/EditTextWidget.cpp b/gui/EditTextWidget.cpp index d2e9f4da275..5c3b51fd14f 100644 --- a/gui/EditTextWidget.cpp +++ b/gui/EditTextWidget.cpp @@ -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" diff --git a/gui/EditTextWidget.h b/gui/EditTextWidget.h index 846f6c4b4d8..2eb2389036b 100644 --- a/gui/EditTextWidget.h +++ b/gui/EditTextWidget.h @@ -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 diff --git a/gui/Key.cpp b/gui/Key.cpp index 220de71af5c..67fb9d26b7a 100644 --- a/gui/Key.cpp +++ b/gui/Key.cpp @@ -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$ * */ diff --git a/gui/Key.h b/gui/Key.h index 0ef6becd925..0dafa968492 100644 --- a/gui/Key.h +++ b/gui/Key.h @@ -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$ * */ diff --git a/gui/KeysDialog.cpp b/gui/KeysDialog.cpp index c5e79d81947..a53f3d836d2 100644 --- a/gui/KeysDialog.cpp +++ b/gui/KeysDialog.cpp @@ -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$ * */ diff --git a/gui/KeysDialog.h b/gui/KeysDialog.h index eb878600d6d..75f49100fa4 100644 --- a/gui/KeysDialog.h +++ b/gui/KeysDialog.h @@ -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$ * */ diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index 522fbd91e34..8b92b6f21af 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -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" diff --git a/gui/ListWidget.h b/gui/ListWidget.h index e5e217c9b8e..e76907297d4 100644 --- a/gui/ListWidget.h +++ b/gui/ListWidget.h @@ -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 diff --git a/gui/PopUpWidget.cpp b/gui/PopUpWidget.cpp index a9c4cff6170..8a79166b97f 100644 --- a/gui/PopUpWidget.cpp +++ b/gui/PopUpWidget.cpp @@ -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" diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h index 253f9661188..affde47459a 100644 --- a/gui/PopUpWidget.h +++ b/gui/PopUpWidget.h @@ -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 diff --git a/gui/ScrollBarWidget.cpp b/gui/ScrollBarWidget.cpp index 03182b35c03..0e2540ffac6 100644 --- a/gui/ScrollBarWidget.cpp +++ b/gui/ScrollBarWidget.cpp @@ -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" diff --git a/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h index 0f0387de561..c7c7d44109d 100644 --- a/gui/ScrollBarWidget.h +++ b/gui/ScrollBarWidget.h @@ -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 diff --git a/gui/TabWidget.cpp b/gui/TabWidget.cpp index 346a1d9c5d6..930559ac104 100644 --- a/gui/TabWidget.cpp +++ b/gui/TabWidget.cpp @@ -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" diff --git a/gui/TabWidget.h b/gui/TabWidget.h index 8ae6ba0ed5b..b40650296b3 100644 --- a/gui/TabWidget.h +++ b/gui/TabWidget.h @@ -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 diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index b617ae68089..e221eff45d0 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -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" diff --git a/gui/about.cpp b/gui/about.cpp index fe1ea6afa8f..b0eea4ddca0 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -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" diff --git a/gui/about.h b/gui/about.h index 6f0900ea28d..b607d875914 100644 --- a/gui/about.h +++ b/gui/about.h @@ -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 diff --git a/gui/browser.cpp b/gui/browser.cpp index a1b56539a01..8c050402f86 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -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" diff --git a/gui/browser.h b/gui/browser.h index 723436e7619..bc6f6764262 100644 --- a/gui/browser.h +++ b/gui/browser.h @@ -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 diff --git a/gui/chooser.cpp b/gui/chooser.cpp index df47f8e8f56..1901da16092 100644 --- a/gui/chooser.cpp +++ b/gui/chooser.cpp @@ -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" diff --git a/gui/chooser.h b/gui/chooser.h index 124b293effe..3e492e1693c 100644 --- a/gui/chooser.h +++ b/gui/chooser.h @@ -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 diff --git a/gui/console.cpp b/gui/console.cpp index 962e9c02a38..e860fea1403 100644 --- a/gui/console.cpp +++ b/gui/console.cpp @@ -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" diff --git a/gui/console.h b/gui/console.h index 257ec95b4b0..8bd1569c429 100644 --- a/gui/console.h +++ b/gui/console.h @@ -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 diff --git a/gui/dialog.cpp b/gui/dialog.cpp index 93fdb434602..9272b63c7a1 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -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" diff --git a/gui/dialog.h b/gui/dialog.h index f9a03d3f67d..99a8d855aff 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -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 diff --git a/gui/editable.cpp b/gui/editable.cpp index 3909acb4232..81b91dc11a3 100644 --- a/gui/editable.cpp +++ b/gui/editable.cpp @@ -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" diff --git a/gui/editable.h b/gui/editable.h index 2d86dc6b09d..c93783f4f70 100644 --- a/gui/editable.h +++ b/gui/editable.h @@ -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 diff --git a/gui/launcher.cpp b/gui/launcher.cpp index af6cd71266b..3902dba09e9 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -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" diff --git a/gui/launcher.h b/gui/launcher.h index 9d74d02ed69..f4125981120 100644 --- a/gui/launcher.h +++ b/gui/launcher.h @@ -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 diff --git a/gui/message.cpp b/gui/message.cpp index 8b0b8d0669d..da89a0a385e 100644 --- a/gui/message.cpp +++ b/gui/message.cpp @@ -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" diff --git a/gui/message.h b/gui/message.h index 27606454736..53afa673876 100644 --- a/gui/message.h +++ b/gui/message.h @@ -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 diff --git a/gui/newgui.cpp b/gui/newgui.cpp index f30e23cb64d..814387fff1d 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -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" diff --git a/gui/newgui.h b/gui/newgui.h index 2307f90fc59..688b067fc6f 100644 --- a/gui/newgui.h +++ b/gui/newgui.h @@ -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 diff --git a/gui/object.h b/gui/object.h index e812e27f84d..c4fe7a6003a 100644 --- a/gui/object.h +++ b/gui/object.h @@ -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 diff --git a/gui/options.cpp b/gui/options.cpp index 3a0f1edd07b..8f267e1c7d3 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -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" diff --git a/gui/options.h b/gui/options.h index bbebae669bf..40e6905f6ae 100644 --- a/gui/options.h +++ b/gui/options.h @@ -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 diff --git a/gui/theme.cpp b/gui/theme.cpp index adb79e111e3..5582ba75dd3 100644 --- a/gui/theme.cpp +++ b/gui/theme.cpp @@ -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" diff --git a/gui/theme.h b/gui/theme.h index d51bd7f7918..4dac643c199 100644 --- a/gui/theme.h +++ b/gui/theme.h @@ -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 diff --git a/gui/widget.cpp b/gui/widget.cpp index 86fc25fa0bd..a43ea86227a 100644 --- a/gui/widget.cpp +++ b/gui/widget.cpp @@ -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" diff --git a/gui/widget.h b/gui/widget.h index 39ffb4d319b..fc01e3d56a0 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -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