diff options
author | Chris <xchrisx@uber.space> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-16 23:32:34 +0900 |
commit | 6d97f43c4e2c7165fd05789e628576e60234e93b (patch) | |
tree | 8c8405747cdd0b66bd346e5001cf4c3c66edc8c9 /kugar/part/kugar_about.h | |
parent | fb0bf02ad2e936201eae8ada0d263667d15494e3 (diff) | |
download | koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.tar.gz koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.zip |
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <xchrisx@uber.space>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9b2c6a283082eb866d4e8e824ce1279b5b41bc52)
Diffstat (limited to 'kugar/part/kugar_about.h')
-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" ), "cloudtemple@mksat.net", |