Fix encoding in the author's name.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 4 years ago
parent 5e0d6a3add
commit d389ee246d
No known key found for this signature in database
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>
<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">
<title>Das TDEPacman Handbuch</title>
</head>

@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<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>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">

@ -2,7 +2,7 @@
<HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<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>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727">

@ -30,7 +30,7 @@
tdepacman.h - description
-------------------
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
***************************************************************************/

@ -2,7 +2,7 @@
main.cpp - description
-------------------
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
***************************************************************************/

@ -908,7 +908,7 @@ void Referee::introPaint(int t)
repaint(pix->draw(31, 48, RoomPix, "\x1C\x1D\x1E", WHITE, TQColor(), AlignLeft), FALSE);
break;
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;
}
}

@ -2,7 +2,7 @@
tdepacman.cpp - description
-------------------
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
***************************************************************************/

@ -2,7 +2,7 @@
tdepacman.h - description
-------------------
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
***************************************************************************/

@ -2,7 +2,7 @@
tdepacmanview.cpp - description
-------------------
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
***************************************************************************/

@ -2,7 +2,7 @@
tdepacmanview.h - description
-------------------
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
***************************************************************************/

Loading…
Cancel
Save