- add the homepage address

- remove the pre-kde3.4 kpdf developers from the authors, and give enrico credit

svn path=/trunk/KDE/kdegraphics/okular/; revision=686055
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent f12c3a3a6f
commit 600e69c169
  1. 9
      aboutdata.h

@ -23,17 +23,16 @@ inline KAboutData* okularAboutData( const char* name, const char* iname )
KAboutData::License_GPL,
ki18n("(C) 2002 Wilco Greven, Christophe Devriese\n"
"(C) 2004-2005 Albert Astals Cid, Enrico Ros\n"
"(C) 2005 Piotr Szymanski")
"(C) 2005 Piotr Szymanski"),
KLocalizedString(),
"http://okular.kde.org"
);
about->addAuthor(ki18n("Pino Toscano"), ki18n("Current maintainer"), "pino@kde.org");
about->addAuthor(ki18n("Tobias Koenig"), ki18n("Lots of framework work, ODT and FictionBook backends"), "tokoe@kde.org");
about->addAuthor(ki18n("Albert Astals Cid"), ki18n("Former maintainer"), "aacid@kde.org");
about->addAuthor(ki18n("Piotr Szymanski"), ki18n("Created okular from KPDF codebase"), "djurban@pld-dc.org");
about->addAuthor(ki18n("Enrico Ros"), KLocalizedString(), "eros.kde@email.it");
about->addAuthor(ki18n("Wilco Greven"), KLocalizedString(), "greven@kde.org");
about->addAuthor(ki18n("Christophe Devriese"), KLocalizedString(), "oelewapperke@oelewapperke.org");
about->addAuthor(ki18n("Laurent Montel"), KLocalizedString(), "montel@kde.org");
about->addAuthor(ki18n("Enrico Ros"), ki18n("KPDF developer"), "eros.kde@email.it");
return about;
}

Loading…
Cancel
Save