diff options
author | Chris <xchrisx@uber.space> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-16 14:18:03 +0900 |
commit | 9b2c6a283082eb866d4e8e824ce1279b5b41bc52 (patch) | |
tree | d10f7b9168368e1a3c944b2af235609ff2c55bc5 /kexi | |
parent | 778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a (diff) | |
download | koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.tar.gz koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.zip |
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <xchrisx@uber.space>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ); |