kdedata.cxx (77bc0d63) | kdedata.cxx (bf121af8) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 114 unchanged lines hidden (view full) --- 123 124 KAboutData *kAboutData = new KAboutData( "Apache OpenOffice", 125 I18N_NOOP( "Apache OpenOffice" ), 126 "3.4.0", 127 I18N_NOOP( "Apache OpenOffice with KDE Native Widget Support." ), 128 KAboutData::License_File, 129 "(c) 2003, 2004 Novell, Inc and Apache Software Foundation", 130 I18N_NOOP( "Apache OpenOffice is an office suite.\n" ), | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 114 unchanged lines hidden (view full) --- 123 124 KAboutData *kAboutData = new KAboutData( "Apache OpenOffice", 125 I18N_NOOP( "Apache OpenOffice" ), 126 "3.4.0", 127 I18N_NOOP( "Apache OpenOffice with KDE Native Widget Support." ), 128 KAboutData::License_File, 129 "(c) 2003, 2004 Novell, Inc and Apache Software Foundation", 130 I18N_NOOP( "Apache OpenOffice is an office suite.\n" ), |
131 "http://incubator.apache.org/openofficeorg/index.html", | 131 "http://openoffice.apache.org/index.html", |
132 "ooo-issues@incubator.apache.org"); 133 kAboutData->addAuthor( "Jan Holesovsky", 134 I18N_NOOP( "Original author and maintainer of the KDE NWF." ), 135 "kendy@artax.karlin.mff.cuni.cz", 136 "http://artax.karlin.mff.cuni.cz/~kendy" ); 137 138 m_nFakeCmdLineArgs = 1; 139 sal_uInt16 nIdx; --- 134 unchanged lines hidden --- | 132 "ooo-issues@incubator.apache.org"); 133 kAboutData->addAuthor( "Jan Holesovsky", 134 I18N_NOOP( "Original author and maintainer of the KDE NWF." ), 135 "kendy@artax.karlin.mff.cuni.cz", 136 "http://artax.karlin.mff.cuni.cz/~kendy" ); 137 138 m_nFakeCmdLineArgs = 1; 139 sal_uInt16 nIdx; --- 134 unchanged lines hidden --- |