From 74cbb937c7d08a77954e8b05dc6011ef04cb309e 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 --- kontact/src/main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'kontact/src/main.cpp') diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp index a243db711..576eb48c0 100644 --- a/kontact/src/main.cpp +++ b/kontact/src/main.cpp @@ -47,7 +47,7 @@ using namespace std; static const char description[] = I18N_NOOP( "TDE personal information manager" ); -static const char version[] = "1.2.9 (enterprise35 0.20100827.1168748)"; +static const char version[] = "1.2.9"; class KontactApp : public KUniqueApplication { public: @@ -145,7 +145,9 @@ int KontactApp::newInstance() int main( int argc, char **argv ) { TDEAboutData about( "kontact", I18N_NOOP( "Kontact" ), version, description, - TDEAboutData::License_GPL, I18N_NOOP("(C) 2008-2010 The Trinity Desktop Project\n(C) 2001-2008 The Kontact developers"), 0, "http://trinity.pearsoncomputing.net" ); + TDEAboutData::License_GPL, + I18N_NOOP("(C) 2008-2018 The Trinity Desktop Project\n(C) 2001-2008 The Kontact developers"), + 0, "http://www.trinitydesktop.org" ); about.addAuthor( "Daniel Molkentin", 0, "molkentin@kde.org" ); about.addAuthor( "Don Sanders", 0, "sanders@kde.org" ); about.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); -- cgit v1.2.1