Fix remaining branding in tdeutils.

Signed-off-by: Chris <xchrisx@uber.space>
pull/15/head
Chris 5 years ago
parent 308d2aa8c8
commit f71ebfe7fa

@ -35,7 +35,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
TDEAboutData about("tdefilereplace", I18N_NOOP("TDEFileReplace"), version, description, 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 François 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 TDEUtils module."),
"http://www.kdewebdev.org"); "http://www.kdewebdev.org");
about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org"); about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org");

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

Loading…
Cancel
Save