diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-24 15:04:29 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-25 00:49:55 +0900 |
commit | 9e0b54c3a969137ccf891a1e80485271639f4d36 (patch) | |
tree | e3c0426cbc68f2a6f08739dbd40c14f532c617fd /kontact/src/main.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 <g-gregory@gmx.fr>
(cherry picked from commit 74cbb937c7d08a77954e8b05dc6011ef04cb309e)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kontact/src/main.cpp')
-rw-r--r-- | kontact/src/main.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
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" ); |