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) --- kugar/part/kugar_about.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kugar/part/kugar_about.h') diff --git a/kugar/part/kugar_about.h b/kugar/part/kugar_about.h index 965cd282..78712abb 100644 --- a/kugar/part/kugar_about.h +++ b/kugar/part/kugar_about.h @@ -30,7 +30,7 @@ TDEAboutData *newKugarAboutData() { TDEAboutData * aboutData = new TDEAboutData( "kugar", I18N_NOOP( "Kugar" ), VERSION, I18N_NOOP( "Report viewer(generator)" ), TDEAboutData::License_GPL, - I18N_NOOP( "(c) 1999-2006, The Kugar Team" ), 0, "http://www.koffice.org" ); + I18N_NOOP( "(c) 1999-2006, The Kugar Team" ), 0 ); aboutData->addAuthor( "Alexander Dymo", I18N_NOOP( "Maintainer, Report Designer, Kugar library enhancements" ), "cloudtemple@mksat.net", -- cgit v1.2.1