tdefilereplace: Fix a damaged character in the original author's name.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/15/head
Slávek Banko 5 jaren geleden
bovenliggende 1ce8f11df5
commit 308d2aa8c8
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: 608F5293A04BE668

@ -24,7 +24,7 @@ ktimemon Dirk A. Mueller <dmuell@gmx.net>
ktop Chris Schlaeger <cs@kde.org>
kwrite Jochen Wilhelmy <digisnap@cs.tu-berlin.de>
TDEFileReplace: Maintainer: Emiliano Gulmini <emi_barbarossa@yahoo.it>, Andras Mantia <amantia@kde.org>
Original author: Francois Dupoux <fdupoux@dupoux.com>
Original author: François Dupoux <fdupoux@dupoux.com>
Look in the subdirs to get more info about the authors.

@ -2,7 +2,7 @@
KAddStringDlg.cpp - description
-------------------
begin : Sat Oct 16 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux
copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/

@ -2,7 +2,7 @@
knewprojectdlg.cpp - description
-------------------
begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>is Dupoux
copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/

@ -2,7 +2,7 @@
knewprojectdlg.h - description
-------------------
begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux
copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/

@ -2,7 +2,7 @@
koptionsdlg.cpp - description
-------------------
begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>is Dupoux
copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/

@ -2,7 +2,7 @@
koptionsdlg.h - description
-------------------
begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux
copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/
@ -27,7 +27,7 @@ class TDEConfig;
#include "koptionsdlgs.h"
/**
*@author Fran<EFBFBD>ois Dupoux
*@author François Dupoux
*/
class KOptionsDlg : public KOptionsDlgS

@ -35,7 +35,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char *argv[])
{
TDEAboutData about("tdefilereplace", I18N_NOOP("TDEFileReplace"), version, description,
TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."),
TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 François Dupoux", I18N_NOOP("Part of the KDEWebDev module."),
"http://www.kdewebdev.org");
about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org");

@ -1,7 +1,7 @@
/***************************************************************************
tdefilereplaceif.h - description
-------------------
copyright : (C) 1999 by François Dupoux
copyright : (C) 1999 by François Dupoux
(C) 2003 Andras Mantia
email : dupoux@dupoux.com, amantia@kde.org
***************************************************************************/

@ -452,8 +452,8 @@ TDEAboutData* TDEFileReplacePart::createAboutData()
KFR_VERSION,
I18N_NOOP( "Batch search and replace tool."),
TDEAboutData::License_GPL_V2,
"(C) 1999-2002 Fran<EFBFBD>is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
aboutData->addAuthor("Fran<EFBFBD>is Dupoux",
"(C) 1999-2002 François Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
aboutData->addAuthor("François Dupoux",
I18N_NOOP("Original author of the TDEFileReplace tool"),
"dupoux@dupoux.com");
aboutData->addAuthor("Emiliano Gulmini",

@ -2,7 +2,7 @@
tdefilereplaceview.cpp - description
-------------------
begin : sam oct 16 15:28:00 CEST 1999
copyright : (C) 1999 by Fran<EFBFBD>is Dupoux <dupoux@dupoux.com>
copyright : (C) 1999 by François Dupoux <dupoux@dupoux.com>
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
*****************************************************************************/

@ -2,7 +2,7 @@
tdefilereplaceview.h - description
-------------------
begin : sam oct 16 15:28:00 CEST 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux <dupoux@dupoux.com>
copyright : (C) 1999 by François Dupoux <dupoux@dupoux.com>
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
***************************************************************************/

Laden…
Annuleren
Opslaan