From 476ec3fdd15b3abd3cb6aad7e57c966434bbf439 Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Sun, 25 Feb 2001 23:23:02 +0000 Subject: [PATCH] the homepage url is now at the correct place in this long list of parameters svn path=/trunk/kdenetwork/kmail/; revision=84313 --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 5e4027e31..a88c32db2 100644 --- a/main.cpp +++ b/main.cpp @@ -181,6 +181,7 @@ int main(int argc, char *argv[]) I18N_NOOP("A KDE E-Mail client."), KAboutData::License_GPL, "(c) 1997-2000, The KMail developers", + 0, "http://kmail.kde.org"); about->addAuthor( "Don Sanders", I18N_NOOP("Current maintainer"), "don@sanders.org" ); about->addAuthor( "Waldo Bastian", QString::null, "bastian@kde.org" );