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 /kugar | |
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 'kugar')
-rw-r--r-- | kugar/part/kugar_about.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" ), "[email protected]", |