summaryrefslogtreecommitdiffstats
path: root/kspread/plugins/insertcalendar
diff options
context:
space:
mode:
authorChris <[email protected]>2019-07-16 01:58:10 +0200
committerMichele Calgaro <[email protected]>2019-07-16 23:32:34 +0900
commit6d97f43c4e2c7165fd05789e628576e60234e93b (patch)
tree8c8405747cdd0b66bd346e5001cf4c3c66edc8c9 /kspread/plugins/insertcalendar
parentfb0bf02ad2e936201eae8ada0d263667d15494e3 (diff)
downloadkoffice-6d97f43c4e2c7165fd05789e628576e60234e93b.tar.gz
koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.zip
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9b2c6a283082eb866d4e8e824ce1279b5b41bc52)
Diffstat (limited to 'kspread/plugins/insertcalendar')
-rw-r--r--kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc3
1 files changed, 1 insertions, 2 deletions
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, "[email protected]");
return aboutData;