diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/kde/kdedata.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/kde4/KDEXLib.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx index 900347c99e1e..5c5d9d632c2e 100644 --- a/vcl/unx/kde/kdedata.cxx +++ b/vcl/unx/kde/kdedata.cxx @@ -128,7 +128,7 @@ void KDEXLib::Init() KAboutData::License_File, "(c) 2003, 2004 Novell, Inc and Apache Software Foundation", I18N_NOOP( "Apache OpenOffice is an office suite.\n" ), - "http://incubator.apache.org/openofficeorg/index.html", + "http://openoffice.apache.org/index.html", "ooo-issues@incubator.apache.org"); kAboutData->addAuthor( "Jan Holesovsky", I18N_NOOP( "Original author and maintainer of the KDE NWF." ), diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx index 6b077b9eb49d..c2e36cb6a4d2 100644 --- a/vcl/unx/kde4/KDEXLib.cxx +++ b/vcl/unx/kde4/KDEXLib.cxx @@ -82,7 +82,7 @@ void KDEXLib::Init() KAboutData::License_File, ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"), ki18n( "Apache OpenOffice is an office suite.\n" ), - "http://incubator.apache.org/openofficeorg/", + "http://openoffice.apache.org/", "ooo-issues@incubator.apache.org" ); kAboutData->addAuthor( ki18n( "Jan Holesovsky" ), |