From 6cf12beee41392bb405011e9ed86bb9e489a23ff Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 2 Jan 2006 16:29:49 +0000 Subject: [PATCH] Piotr is the mantainer of oKular svn path=/trunk/playground/graphics/oKular/kpdf/; revision=493541 --- shell/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell/main.cpp b/shell/main.cpp index 2262b7d6e..5673f03b6 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -19,7 +19,7 @@ #include static const char description[] = -I18N_NOOP("kpdf, a kde pdf viewer based on xpdf"); +I18N_NOOP("oKular, a Universal document viewer"); static const char version[] = "0.5"; @@ -37,12 +37,13 @@ int main(int argc, char** argv) version, description, KAboutData::License_GPL, - "(C) 2002 Wilco Greven, Christophe Devriese\n(C) 2004-2005 Albert Astals Cid, Enrico Ros"); + "(C) 2002 Wilco Greven, Christophe Devriese\n(C) 2004-2005 Albert Astals Cid, Enrico Ros\n(C) 2005 Piotr Szymanski"); about.addAuthor("Wilco Greven", 0, "greven@kde.org"); about.addAuthor("Christophe Devriese", 0, "oelewapperke@oelewapperke.org"); about.addAuthor("Laurent Montel", 0, "montel@kde.org"); - about.addAuthor("Albert Astals Cid", I18N_NOOP("Current mantainer"), "astals11@terra.es"); + about.addAuthor("Piotr Szymanski", I18N_NOOP("Current mantainer"), "djurban@pld-dc.org"); + about.addAuthor("Albert Astals Cid", I18N_NOOP("kpdf mantainer"), "astals11@terra.es"); about.addAuthor("Enrico Ros", 0, "eros.kde@email.it"); about.addCredit("Derek Noonburg", I18N_NOOP("Xpdf author"), 0, "http://www.foolabs.com/xpdf/");