From 9e0b54c3a969137ccf891a1e80485271639f4d36 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 24 Nov 2018 15:04:29 +0100 Subject: Update About Info for kmail, kontact and korganizer, this relates to bug 2401 Signed-off-by: gregory guy (cherry picked from commit 74cbb937c7d08a77954e8b05dc6011ef04cb309e) Signed-off-by: Michele Calgaro --- kmail/aboutdata.cpp | 2 +- kmail/kmreaderwin.cpp | 14 +++++++------- kmail/kmversion.h | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'kmail') 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; diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 26fffd8c5..6c5acd10c 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -1332,15 +1332,15 @@ void KMReaderWin::displayAboutPage() "%7: First-time user text (only shown on first start); " "%8: generated list of important changes; " "--- end of comment ---", - "

Welcome to KMail %1

KMail is the email client for the K " + "

Welcome to KMail %1

KMail is the email client for the Trinity " "Desktop Environment. It is designed to be fully compatible with " "Internet mailing standards including MIME, SMTP, POP3 and IMAP." "

\n" "\n" - "%8\n" // important changes + "%8\n" // important changes "

Some of the new features in this release of KMail include " "(compared to KMail %4, which is part of TDE %5):

\n" "
    \n%6
\n" @@ -1348,10 +1348,10 @@ void KMReaderWin::displayAboutPage() "

We hope that you will enjoy KMail.

\n" "

Thank you,

\n" "

    The KMail Team

") - .arg(KMAIL_VERSION) // KMail version - .arg("help:/kmail/index.html") // KMail help:// URL - .arg("http://kontact.kde.org/kmail/") // KMail homepage URL - .arg("1.8").arg("3.4"); // prior KMail and TDE version + .arg(KMAIL_VERSION) // KMail version + .arg("help:/kmail/index.html") // KMail help:// URL + .arg("http://www.trinitydesktop.org") // homepage URL + .arg("1.8").arg("3.4"); // prior KMail and TDE version TQString featureItems; for ( int i = 0 ; i < numKMailNewFeatures ; i++ ) diff --git a/kmail/kmversion.h b/kmail/kmversion.h index 98706ae1b..8a7e68586 100644 --- a/kmail/kmversion.h +++ b/kmail/kmversion.h @@ -3,6 +3,6 @@ #ifndef kmversion_h #define kmversion_h -#define KMAIL_VERSION "1.9.10 (enterprise35 0.20100827.1168748)" +#define KMAIL_VERSION "1.9.10" #endif /*kmversion_h*/ -- cgit v1.2.1