diff options
author | Chris <[email protected]> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-07-16 14:18:03 +0900 |
commit | 9b2c6a283082eb866d4e8e824ce1279b5b41bc52 (patch) | |
tree | d10f7b9168368e1a3c944b2af235609ff2c55bc5 /kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc | |
parent | 778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a (diff) | |
download | koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.tar.gz koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.zip |
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc')
-rw-r--r-- | kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc | 3 |
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; |