diff options
author | Chris <[email protected]> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-07-16 23:32:34 +0900 |
commit | 6d97f43c4e2c7165fd05789e628576e60234e93b (patch) | |
tree | 8c8405747cdd0b66bd346e5001cf4c3c66edc8c9 /kexi/core | |
parent | fb0bf02ad2e936201eae8ada0d263667d15494e3 (diff) | |
download | koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.tar.gz koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.zip |
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9b2c6a283082eb866d4e8e824ce1279b5b41bc52)
Diffstat (limited to 'kexi/core')
-rw-r--r-- | kexi/core/kexiaboutdata.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kexi/core/kexiaboutdata.cpp b/kexi/core/kexiaboutdata.cpp index f3573887..41ec076d 100644 --- a/kexi/core/kexiaboutdata.cpp +++ b/kexi/core/kexiaboutdata.cpp @@ -49,12 +49,11 @@ TDEAboutData* Kexi::createAboutData() TDEAboutData::License_LGPL_V2, I18N_NOOP( "(c) 2002-2007, Kexi Team\n" "(c) 2003-2007, OpenOffice Polska LLC\n"), - I18N_NOOP( "This software is developed by Kexi Team - an international group\n" + I18N_NOOP( "This software was developed by Kexi Team - an international group\n" "of independent developers, with additional assistance and support\n" - "from the OpenOffice Polska company.\n\n" + "from the OpenOffice Polska company and now maintained by the TDE team.\n\n" "Visit the company Home Page: http://www.openoffice.com.pl"), - "http://www.koffice.org/kexi", + "bugs.trinitydesktop.org" ); // authors sorted by last contribution date aboutData->addAuthor("Jarosław Staniek / OpenOffice Polska", I18N_NOOP("Project maintainer & developer, design, KexiDB, commercially supported version, win32 port"), "[email protected]"); |