diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-24 15:04:29 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2018-11-24 15:04:29 +0100 |
commit | 74cbb937c7d08a77954e8b05dc6011ef04cb309e (patch) | |
tree | 78ee6eb12524253d12ab35f8df9784ef7d117259 /kmail/aboutdata.cpp | |
parent | f524f014dbe5c1aded491b20044978878b3eb805 (diff) | |
download | tdepim-74cbb937c7d08a77954e8b05dc6011ef04cb309e.tar.gz tdepim-74cbb937c7d08a77954e8b05dc6011ef04cb309e.zip |
Update About Info for kmail, kontact and korganizer, this relates to bug 2401
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'kmail/aboutdata.cpp')
-rw-r--r-- | kmail/aboutdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/aboutdata.cpp b/kmail/aboutdata.cpp index ef18bb17a..91bc1607f 100644 --- a/kmail/aboutdata.cpp +++ b/kmail/aboutdata.cpp @@ -212,7 +212,7 @@ namespace KMail { : TDEAboutData( "kmail", I18N_NOOP("KMail"),KMAIL_VERSION, I18N_NOOP("TDE Email Client"), License_GPL, I18N_NOOP("(c) 1997-2008, The KMail developers"), 0, - "http://kontact.kde.org/kmail/" ) + "http://www.trinitydesktop.org" ) { using KMail::authors; using KMail::credits; |