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 /kexi | |
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 'kexi')
-rw-r--r-- | kexi/core/kexiaboutdata.cpp | 7 | ||||
-rw-r--r-- | kexi/tests/newapi/main.cpp | 3 |
2 files changed, 4 insertions, 6 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", - "submit@bugs.kde.org" + "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"), "js@iidea.pl"); diff --git a/kexi/tests/newapi/main.cpp b/kexi/tests/newapi/main.cpp index d0099ffc..a4cb54f0 100644 --- a/kexi/tests/newapi/main.cpp +++ b/kexi/tests/newapi/main.cpp @@ -121,8 +121,7 @@ int main(int argc, char** argv) "(c) 2003-2006, Kexi Team\n" "(c) 2003-2006, OpenOffice Polska Ltd.\n", "", - "http://www.koffice.org/kexi", - "submit@bugs.kde.org" + "bugs.trinitydesktop.org" ) ); TDECmdLineArgs::addCmdLineOptions( options ); |