diff options
author | Chris <xchrisx@uber.space> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-16 14:18:03 +0900 |
commit | 9b2c6a283082eb866d4e8e824ce1279b5b41bc52 (patch) | |
tree | d10f7b9168368e1a3c944b2af235609ff2c55bc5 /kchart | |
parent | 778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a (diff) | |
download | koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.tar.gz koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.zip |
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <xchrisx@uber.space>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kchart')
-rw-r--r-- | kchart/kchart_aboutdata.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kchart/kchart_aboutdata.h b/kchart/kchart_aboutdata.h index 5e53ed37..59446444 100644 --- a/kchart/kchart_aboutdata.h +++ b/kchart/kchart_aboutdata.h @@ -35,9 +35,7 @@ TDEAboutData * newKChartAboutData() { TDEAboutData * aboutData= new TDEAboutData("kchart", I18N_NOOP("KChart"), version, description, TDEAboutData::License_GPL, - I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB"), - I18N_NOOP("The drawing engine which forms the base of KChart\nis also available as a commercial product\nfrom Klarälvdalens Datakonsult AB.\nContact info@klaralvdalens-datakonsult.se\nfor more information."), - "http://www.koffice.org/kchart/"); + I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB") ); aboutData->addAuthor("Kalle Dalheimer", 0, "kalle@kde.org"); aboutData->addAuthor("Laurent Montel", 0, "lmontel@mandrakesoft.com"); aboutData->addAuthor("Karl-Heinz Zimmer", 0, "khz@kde.org"); |