From 6844010935eb89aca12bbbf7b8eb4e30e8ab6275 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 6 Dec 2005 04:21:02 +0000 Subject: [PATCH] SVN_SILENT Correcting the encoding in KDE source code svn path=/trunk/KDE/kdebase/workspace/; revision=485904 The following changes were in SVN, but were removed from git: M wallpapers/CREDITS --- clients/keramik/config/config.cpp | 2 +- clients/keramik/config/config.h | 2 +- clients/keramik/keramik.h | 2 +- kompmgr/kompmgr.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/keramik/config/config.cpp b/clients/keramik/config/config.cpp index 8e3ba33eb0..954ebc24c4 100644 --- a/clients/keramik/config/config.cpp +++ b/clients/keramik/config/config.cpp @@ -2,7 +2,7 @@ * * Keramik KWin client configuration module * - * Copyright (C) 2002 Fredrik Höglund + * Copyright (C) 2002 Fredrik Höglund * * Based on the Quartz configuration module, * Copyright (c) 2001 Karol Szwed diff --git a/clients/keramik/config/config.h b/clients/keramik/config/config.h index 71090531db..9348599fa0 100644 --- a/clients/keramik/config/config.h +++ b/clients/keramik/config/config.h @@ -1,7 +1,7 @@ /* * Keramik KWin client configuration module * - * Copyright (C) 2002 Fredrik Höglund + * Copyright (C) 2002 Fredrik Höglund * * Based on the Quartz configuration module, * Copyright (c) 2001 Karol Szwed diff --git a/clients/keramik/keramik.h b/clients/keramik/keramik.h index cbaa68827d..b595b3fe44 100644 --- a/clients/keramik/keramik.h +++ b/clients/keramik/keramik.h @@ -2,7 +2,7 @@ * * Keramik KWin client (version 0.8) * - * Copyright (C) 2002 Fredrik Höglund + * Copyright (C) 2002 Fredrik Höglund * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kompmgr/kompmgr.c b/kompmgr/kompmgr.c index dc3d1ddd4e..5308a3f645 100644 --- a/kompmgr/kompmgr.c +++ b/kompmgr/kompmgr.c @@ -30,7 +30,7 @@ /* Modified by Dan Doel*/ /* -Version 2.x of xcompmgr, kompmgr changes by Thomas Lübking and Heiko Przybyl +Version 2.x of xcompmgr, kompmgr changes by Thomas Lübking and Heiko Przybyl check baghira.sf.net for more infos */ #define _VERSION_ 2.02 @@ -2254,7 +2254,7 @@ ev_window (XEvent *ev) } void -setShadowColor(char *value){ /*format nach #xxxxxx (html) ändern?*/ +setShadowColor(char *value){ /*format nach #xxxxxx (html) ändern?*/ unsigned int tmp; char **res = NULL; tmp = strtoul(value, res, 16);