Fix encoding in the author's name.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d389ee246d)
r14.0.x
Slávek Banko 4 years ago
parent 1f396c24f0
commit 0ee4ffc31c
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -1 +1 @@
Jörg Thönnissen <joe@dsite.de> Jörg Thönnissen <joe@dsite.de>

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Dokumentation für TDEPacman"> <meta name="description" content="Dokumentation für TDEPacman">
<meta name="Keywords" content="TDEPacman"> <meta name="Keywords" content="TDEPacman">
<title>Das TDEPacman Handbuch</title> <title>Das TDEPacman Handbuch</title>
</head> </head>

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="TDEPacman"> <meta name="keywords" content="TDEPacman">
<meta name="Description" content="Dokumentation für TDEPacman"> <meta name="Description" content="Dokumentation für TDEPacman">
<title>Das TDEPacman Handbuch: Installation</title> <title>Das TDEPacman Handbuch: Installation</title>
</head> </head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727"> <body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">

@ -2,7 +2,7 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="keywords" CONTENT="TDEPacman"> <META NAME="keywords" CONTENT="TDEPacman">
<META NAME="Description" CONTENT="Dokumentation für TDEPacman"> <META NAME="Description" CONTENT="Dokumentation für TDEPacman">
<TITLE>Das TDEPacman Handbuch: Copyright</TITLE> <TITLE>Das TDEPacman Handbuch: Copyright</TITLE>
</HEAD> </HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727"> <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727">

@ -30,7 +30,7 @@
tdepacman.h - description tdepacman.h - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
email : joe@dsite.de email : joe@dsite.de
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
main.cpp - description main.cpp - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
email : joe@dsite.de email : joe@dsite.de
***************************************************************************/ ***************************************************************************/

@ -908,7 +908,7 @@ void Referee::introPaint(int t)
repaint(pix->draw(31, 48, RoomPix, "\x1C\x1D\x1E", WHITE, TQColor(), AlignLeft), FALSE); repaint(pix->draw(31, 48, RoomPix, "\x1C\x1D\x1E", WHITE, TQColor(), AlignLeft), FALSE);
break; break;
case 14 : // "@ 1980 MIDWAY MFG.CO." case 14 : // "@ 1980 MIDWAY MFG.CO."
repaint(pix->draw(30, 58, RoomPix, "© 1998-2003 J.THÖNNISSEN", PINK), FALSE); repaint(pix->draw(30, 58, RoomPix, "© 1998-2003 J.THÖNNISSEN", PINK), FALSE);
break; break;
} }
} }

@ -2,7 +2,7 @@
tdepacman.cpp - description tdepacman.cpp - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
email : joe@dsite.de email : joe@dsite.de
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
tdepacman.h - description tdepacman.h - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
email : joe@dsite.de email : joe@dsite.de
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
tdepacmanview.cpp - description tdepacmanview.cpp - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
email : joe@dsite.de email : joe@dsite.de
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
tdepacmanview.h - description tdepacmanview.h - description
------------------- -------------------
begin : Sam Jan 19 13:37:57 CET 2002 begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen copyright : (C) 1998-2003 by Jörg Thönnissen
email : joe@dsite.de email : joe@dsite.de
***************************************************************************/ ***************************************************************************/

Loading…
Cancel
Save