diff options
author | Chris <xchrisx@uber.space> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-16 23:32:34 +0900 |
commit | 6d97f43c4e2c7165fd05789e628576e60234e93b (patch) | |
tree | 8c8405747cdd0b66bd346e5001cf4c3c66edc8c9 /kspread | |
parent | fb0bf02ad2e936201eae8ada0d263667d15494e3 (diff) | |
download | koffice-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 'kspread')
-rw-r--r-- | kspread/kspread_aboutdata.h | 3 | ||||
-rw-r--r-- | kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/kspread/kspread_aboutdata.h b/kspread/kspread_aboutdata.h index 618fc132..338fd841 100644 --- a/kspread/kspread_aboutdata.h +++ b/kspread/kspread_aboutdata.h @@ -36,8 +36,7 @@ TDEAboutData * newAboutData() { TDEAboutData * aboutData = new TDEAboutData( "kspread", I18N_NOOP("KSpread"), version, description, TDEAboutData::License_LGPL, - I18N_NOOP("(c) 1998-2006, The KSpread Team"), 0, - "http://www.koffice.org/kspread/"); + I18N_NOOP("(c) 1998-2006, The KSpread Team"), 0 ); aboutData->addAuthor("Torben Weis", 0, "weis@kde.org"); aboutData->addAuthor("Laurent Montel", 0, "montel@kde.org"); aboutData->addAuthor("John Dailey", 0, "dailey@vt.edu"); diff --git a/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc b/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc index ba6f2335..e2f9d954 100644 --- a/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc +++ b/kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc @@ -90,8 +90,7 @@ TDEAboutData* PluginInsertCalendar::createAboutData() I18N_NOOP("KSpread Insert Calendar Plugin"), //short description TDEAboutData::License_BSD, //license type I18N_NOOP("(c) 2005, The KSpread Team"), //copyright - 0,//I18N_NOOP("The Insert Calendar plugin can be used in spreadsheets"), //text - "http://www.koffice.org/kspread/"); + 0 ); //I18N_NOOP("The Insert Calendar plugin can be used in spreadsheets"), //text aboutData->addAuthor("Raphael Langerhorst", 0, "Raphael.Langerhorst@kdemail.net"); return aboutData; |