summaryrefslogtreecommitdiffstats
path: root/kchart
diff options
context:
space:
mode:
Diffstat (limited to 'kchart')
-rw-r--r--kchart/kchart_aboutdata.h4
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 [email protected]\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, "[email protected]");
aboutData->addAuthor("Laurent Montel", 0, "[email protected]");
aboutData->addAuthor("Karl-Heinz Zimmer", 0, "[email protected]");