From 3ad3193a964c5e7a996ebef2bec4a92727b12cfd Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 9 Nov 2003 22:20:29 +0000 Subject: [PATCH] Send the bugs using bugs.kde.org instead using mail. Hope the mantainer(s) don't mind the change. CCMAIL:greven@kde.org CCMAIL:oelewapperke@oelewapperke.org CCMAIL:montel@kde.org CCMAIL:66120-done@bugs.kde.org svn path=/trunk/kdegraphics/kpdf/; revision=265941 --- kpdf/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kpdf/main.cpp b/kpdf/main.cpp index b87849198..c2378f343 100644 --- a/kpdf/main.cpp +++ b/kpdf/main.cpp @@ -23,10 +23,7 @@ int main(int argc, char** argv) version, description, KAboutData::License_GPL, - "(C) 2002 Wilco Greven, Christophe Devriese", - 0, - 0, - "oelewapperke@oelewapperke.org"); + "(C) 2002 Wilco Greven, Christophe Devriese"); about.addAuthor("Wilco Greven", 0, "greven@kde.org"); about.addAuthor("Christophe Devriese", 0, "oelewapperke@oelewapperke.org");