From 6d97f43c4e2c7165fd05789e628576e60234e93b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 16 Jul 2019 01:58:10 +0200 Subject: Fix old upstream URLs for visible parts. Signed-off-by: Chris Signed-off-by: Michele Calgaro (cherry picked from commit 9b2c6a283082eb866d4e8e824ce1279b5b41bc52) --- kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kspread/plugins/insertcalendar/kspread_plugininsertcalendar.cc') 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; -- cgit v1.2.1