Kaydet (Commit) 7ebaeeba authored tarafından Herbert Dürr's avatar Herbert Dürr

update About dialog to AOO and ASF source grant

üst 6001435b
...@@ -121,15 +121,15 @@ void KDEXLib::Init() ...@@ -121,15 +121,15 @@ void KDEXLib::Init()
pInputMethod->SetLocale(); pInputMethod->SetLocale();
XrmInitialize(); XrmInitialize();
KAboutData *kAboutData = new KAboutData( "OpenOffice.org", KAboutData *kAboutData = new KAboutData( "Apache OpenOffice",
I18N_NOOP( "OpenOffice.org" ), I18N_NOOP( "Apache OpenOffice" ),
"1.1.0", "3.4.0",
I18N_NOOP( "OpenOffice.org with KDE Native Widget Support." ), I18N_NOOP( "Apache OpenOffice with KDE Native Widget Support." ),
KAboutData::License_LGPL, KAboutData::License_File,
"(c) 2003, 2004 Novell, Inc", "(c) 2003, 2004 Novell, Inc and Apache Software Foundation",
I18N_NOOP( "OpenOffice.org is an office suite.\n" ), I18N_NOOP( "Apache OpenOffice is an office suite.\n" ),
"http://kde.openoffice.org/index.html", "http://incubator.apache.org/openofficeorg/index.html",
"dev@kde.openoffice.org"); "ooo-issues@apache.org");
kAboutData->addAuthor( "Jan Holesovsky", kAboutData->addAuthor( "Jan Holesovsky",
I18N_NOOP( "Original author and maintainer of the KDE NWF." ), I18N_NOOP( "Original author and maintainer of the KDE NWF." ),
"kendy@artax.karlin.mff.cuni.cz", "kendy@artax.karlin.mff.cuni.cz",
......
...@@ -74,16 +74,16 @@ void KDEXLib::Init() ...@@ -74,16 +74,16 @@ void KDEXLib::Init()
pInputMethod->SetLocale(); pInputMethod->SetLocale();
XrmInitialize(); XrmInitialize();
KAboutData *kAboutData = new KAboutData("OpenOffice.org", KAboutData *kAboutData = new KAboutData("Apache OpenOffice",
"kdelibs4", "kdelibs4",
ki18n( "OpenOffice.org" ), ki18n( "Apache OpenOffice" ),
"3.0.0", "3.4.0",
ki18n( "OpenOffice.org with KDE Native Widget Support." ), ki18n( "Apache OpenOffice with KDE Native Widget Support." ),
KAboutData::License_LGPL, KAboutData::License_File,
ki18n( "Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc"), ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"),
ki18n( "OpenOffice.org is an office suite.\n" ), ki18n( "Apache OpenOffice is an office suite.\n" ),
"http://kde.openoffice.org/index.html", "http://incubator.apache.org/openofficeorg/",
"dev@kde.openoffice.org" ); "ooo-issues@incubator.apache.org" );
kAboutData->addAuthor( ki18n( "Jan Holesovsky" ), kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
ki18n( "Original author and maintainer of the KDE NWF." ), ki18n( "Original author and maintainer of the KDE NWF." ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment