summaryrefslogtreecommitdiffstats
path: root/kontact/src
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-11-24 15:04:29 +0100
committergregory guy <g-gregory@gmx.fr>2018-11-24 15:04:29 +0100
commit74cbb937c7d08a77954e8b05dc6011ef04cb309e (patch)
tree78ee6eb12524253d12ab35f8df9784ef7d117259 /kontact/src
parentf524f014dbe5c1aded491b20044978878b3eb805 (diff)
downloadtdepim-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 'kontact/src')
-rw-r--r--kontact/src/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp
index a243db71..576eb48c 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" );