Bug 65129 - url in 'about' dialog for the import filters is wrong
Summary: url in 'about' dialog for the import filters is wrong
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: kmailcvt (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-28 20:56 UTC by Sascha Noyes
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Noyes 2003-09-28 20:56:57 UTC
Version:            (using KDE KDE 3.1.3)
Installed from:    Mandrake RPMs
OS:          Linux

In the 'about' dialog when accessing 'Tools' > 'Import' there is a url: http://www.hum.org/kmailcvt.html

This url gives a 404 error (not found)
Comment 1 Brad Hards 2003-09-29 10:03:19 UTC
Subject: Re:  New: url in 'about' dialog for the import filters
 =?iso-8859-1?q?is=09wrong?=

On Mon, 29 Sep 2003 04:56 am, Sascha Noyes wrote:
> In the 'about' dialog when accessing 'Tools' > 'Import' there is a url:
> http://www.hum.org/kmailcvt.html
>
> This url gives a 404 error (not found)

OK to commit?

Index: main.cpp
===================================================================
RCS file: /home/kde/kdepim/kmailcvt/main.cpp,v
retrieving revision 1.15
diff -u -4 -p -r1.15 main.cpp
- --- main.cpp    22 Sep 2003 15:36:32 -0000      1.15
+++ main.cpp    29 Sep 2003 08:00:09 -0000
@@ -32,9 +32,9 @@ int main(int argc, char *argv[])

   KAboutData aboutData( "kmailcvt", I18N_NOOP("KMailCVT"),
     "3", I18N_NOOP("KMail Import Filters"), KAboutData::License_GPL_V2,
     I18N_NOOP("(c) 2000-2003, The KMailCVT developers"));
- -  aboutData.addAuthor("Hans Dijkema",I18N_NOOP("Original author"), 
"kmailcvt@hum.org", "http://www.hum.org/kmailcvt.html");
+  aboutData.addAuthor("Hans Dijkema",I18N_NOOP("Original author"), 
"kmailcvt@hum.org");
   aboutData.addAuthor("Laurence Anderson", I18N_NOOP("New GUI & cleanups"), 
"l.d.anderson@warwick.ac.uk");
   aboutData.addCredit("Daniel Molkentin", I18N_NOOP("New GUI & cleanups"), 
"molkentin@kde.org");

   KCmdLineArgs::init( argc, argv, &aboutData );
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/d+Z5W6pHgIdAuOMRAibwAJ9mlHA23LPW9X+ujnSFsg38caFNPgCdGOGl
IIjWZsgvbiNy/gBgfVDr7UM=
=bgfV
-----END PGP SIGNATURE-----

Comment 2 Stephan Kulow 2003-09-29 10:13:40 UTC
Subject: Re:  url in 'about' dialog for the import filters is wrong

Am Montag, 29. September 2003 10:03 schrieb Brad Hards:

> OK to commit?
Sure.

Greetings, Stephan
Comment 3 Brad Hards 2003-09-29 10:32:41 UTC
Subject: kdepim/kmailcvt

CVS commit by bhards: 

Remove broken link to kmailcvt page.
OK'd by coolo.

CCMAIL: 65129-done@bugs.kde.org
CCMAIL: snoyes@gmx.net


  M +1 -1      main.cpp   1.16


--- kdepim/kmailcvt/main.cpp  #1.15:1.16
@@ -34,5 +34,5 @@ int main(int argc, char *argv[])
     "3", I18N_NOOP("KMail Import Filters"), KAboutData::License_GPL_V2,
     I18N_NOOP("(c) 2000-2003, The KMailCVT developers"));
-  aboutData.addAuthor("Hans Dijkema",I18N_NOOP("Original author"), "kmailcvt@hum.org", "http://www.hum.org/kmailcvt.html");
+  aboutData.addAuthor("Hans Dijkema",I18N_NOOP("Original author"), "kmailcvt@hum.org");
   aboutData.addAuthor("Laurence Anderson", I18N_NOOP("New GUI & cleanups"), "l.d.anderson@warwick.ac.uk");
   aboutData.addCredit("Daniel Molkentin", I18N_NOOP("New GUI & cleanups"), "molkentin@kde.org");