[Libreoffice-commits] .: vcl/unx
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 6 06:53:49 PST 2012
vcl/unx/kde/kdedata.cxx | 2 +-
vcl/unx/kde4/KDEXLib.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6e4d4adc5638d8d51d1df05e22def0c8a32c679f
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Nov 6 15:52:47 2012 +0100
use the generic LO claim from the about dialog for KDE's internal data
It's not really visible anywhere anyway.
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx
index e521c37..e66475d 100644
--- a/vcl/unx/kde/kdedata.cxx
+++ b/vcl/unx/kde/kdedata.cxx
@@ -122,7 +122,7 @@ void KDEXLib::Init()
"3.4.0",
I18N_NOOP( "LibreOffice with KDE Native Widget Support." ),
KAboutData::License_File,
- "(c) 2003, 2004 Novell, Inc and Apache Software Foundation",
+ I18N_NOOP( "Copyright (C) 2000 - 2012 LibreOffice contributors and/or their affiliates" ),
I18N_NOOP( "LibreOffice is an office suite.\n" ),
"http://libreoffice.org",
"libreoffice at lists.freedesktop.org");
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index fc3eafd..dbd6664 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -99,7 +99,7 @@ void KDEXLib::Init()
"3.6.0",
ki18n( "LibreOffice with KDE Native Widget Support." ),
KAboutData::License_File,
- ki18n(" (c) 2003-2012 Novell, Inc and Apache Software Foundation" ),
+ ki18n("Copyright (c) 2000 - 2012 LibreOffice contributors and/or their affiliates" ),
ki18n( "LibreOffice is an office suite.\n" ),
"http://libreoffice.org",
"libreoffice at lists.freedesktop.org");
More information about the Libreoffice-commits
mailing list