summaryrefslogtreecommitdiffstats
path: root/kword
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-16 01:58:10 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-16 23:32:34 +0900
commit6d97f43c4e2c7165fd05789e628576e60234e93b (patch)
tree8c8405747cdd0b66bd346e5001cf4c3c66edc8c9 /kword
parentfb0bf02ad2e936201eae8ada0d263667d15494e3 (diff)
downloadkoffice-6d97f43c4e2c7165fd05789e628576e60234e93b.tar.gz
koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.zip
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <xchrisx@uber.space> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9b2c6a283082eb866d4e8e824ce1279b5b41bc52)
Diffstat (limited to 'kword')
-rw-r--r--kword/KWAboutData.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kword/KWAboutData.h b/kword/KWAboutData.h
index 909fc6ef..08e4bb21 100644
--- a/kword/KWAboutData.h
+++ b/kword/KWAboutData.h
@@ -36,8 +36,7 @@ TDEAboutData * newKWordAboutData()
{
TDEAboutData * aboutData=new TDEAboutData( "kword", I18N_NOOP("KWord"),
KWORD_VERSION, KWORD_DESCRIPTION, TDEAboutData::License_LGPL,
- I18N_NOOP("(c) 1998-2006, The KWord Team"), 0,
- "http://www.koffice.org/kword/" );
+ I18N_NOOP("(c) 1998-2006, The KWord Team"), 0 );
aboutData->addAuthor("David Faure", 0, "faure@kde.org");
aboutData->addAuthor("Reginald Stadlbauer", 0, "reggie@kde.org");
aboutData->addAuthor("Thomas Zander");