diff options
author | gregory guy <[email protected]> | 2018-11-24 15:04:29 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-25 00:49:55 +0900 |
commit | 9e0b54c3a969137ccf891a1e80485271639f4d36 (patch) | |
tree | e3c0426cbc68f2a6f08739dbd40c14f532c617fd /kmail/aboutdata.cpp | |
parent | f936bd76af24d2a634b8ad5cd0c672cb5f71c892 (diff) | |
download | tdepim-9e0b54c3a969137ccf891a1e80485271639f4d36.tar.gz tdepim-9e0b54c3a969137ccf891a1e80485271639f4d36.zip |
Update About Info for kmail, kontact and korganizer, this relates to bug 2401
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 74cbb937c7d08a77954e8b05dc6011ef04cb309e)
Signed-off-by: Michele Calgaro <[email protected]>
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; |