Author: hdu
Date: Tue Mar 20 14:43:38 2012
New Revision: 1302918

URL: http://svn.apache.org/viewvc?rev=1302918&view=rev
Log:
update About dialog to AOO and ASF source grant

Modified:
    incubator/ooo/trunk/main/vcl/unx/kde/kdedata.cxx
    incubator/ooo/trunk/main/vcl/unx/kde4/KDEXLib.cxx

Modified: incubator/ooo/trunk/main/vcl/unx/kde/kdedata.cxx
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/unx/kde/kdedata.cxx?rev=1302918&r1=1302917&r2=1302918&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/unx/kde/kdedata.cxx (original)
+++ incubator/ooo/trunk/main/vcl/unx/kde/kdedata.cxx Tue Mar 20 14:43:38 2012
@@ -121,15 +121,15 @@ void KDEXLib::Init()
        pInputMethod->SetLocale();
        XrmInitialize();
 
-       KAboutData *kAboutData = new KAboutData( "OpenOffice.org",
-                       I18N_NOOP( "OpenOffice.org" ),
-                       "1.1.0",
-                       I18N_NOOP( "OpenOffice.org with KDE Native Widget 
Support." ),
-                       KAboutData::License_LGPL,
-                       "(c) 2003, 2004 Novell, Inc",
-                       I18N_NOOP( "OpenOffice.org is an office suite.\n" ),
-                       "http://kde.openoffice.org/index.html";,
-                       "[email protected]");
+       KAboutData *kAboutData = new KAboutData( "Apache OpenOffice",
+                       I18N_NOOP( "Apache OpenOffice" ),
+                       "3.4.0",
+                       I18N_NOOP( "Apache OpenOffice with KDE Native Widget 
Support." ),
+                       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";,
+                       "[email protected]");
        kAboutData->addAuthor( "Jan Holesovsky",
                        I18N_NOOP( "Original author and maintainer of the KDE 
NWF." ),
                        "[email protected]",

Modified: incubator/ooo/trunk/main/vcl/unx/kde4/KDEXLib.cxx
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/unx/kde4/KDEXLib.cxx?rev=1302918&r1=1302917&r2=1302918&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/unx/kde4/KDEXLib.cxx (original)
+++ incubator/ooo/trunk/main/vcl/unx/kde4/KDEXLib.cxx Tue Mar 20 14:43:38 2012
@@ -74,16 +74,16 @@ void KDEXLib::Init()
        pInputMethod->SetLocale();
        XrmInitialize();
 
-       KAboutData *kAboutData = new KAboutData("OpenOffice.org",
+       KAboutData *kAboutData = new KAboutData("Apache OpenOffice",
                        "kdelibs4",
-                       ki18n( "OpenOffice.org" ),
-                       "3.0.0",
-                       ki18n( "OpenOffice.org with KDE Native Widget Support." 
),
-                       KAboutData::License_LGPL,
-                       ki18n( "Copyright (c) 2003, 2004, 2005, 2006, 2007, 
2008, 2009 Novell, Inc"),
-                       ki18n( "OpenOffice.org is an office suite.\n" ),
-                       "http://kde.openoffice.org/index.html";,
-                       "[email protected]" );
+                       ki18n( "Apache OpenOffice" ),
+                       "3.4.0",
+                       ki18n( "Apache OpenOffice with KDE Native Widget 
Support." ),
+                       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/";,
+                       "[email protected]" );
                        
        kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
                        ki18n( "Original author and maintainer of the KDE NWF." 
),
@@ -95,7 +95,7 @@ void KDEXLib::Init()
        kAboutData->addAuthor( ki18n("Eric Bischoff"),
                        ki18n( "Accessibility fixes, porting to KDE 4." ),
                        "[email protected]" );
-                       
+
        //kAboutData->setProgramIconName("OpenOffice");
 
        m_nFakeCmdLineArgs = 1;


Reply via email to