Piotr is the mantainer of oKular

svn path=/trunk/playground/graphics/oKular/kpdf/; revision=493541
remotes/origin/okular3-playground
Albert Astals Cid 20 years ago
parent ae1278fec1
commit 6cf12beee4
  1. 7
      shell/main.cpp

@ -19,7 +19,7 @@
#include <klocale.h>
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/");

Loading…
Cancel
Save