From kde-commits Thu Oct 28 09:54:18 2004 From: Jaroslaw Staniek Date: Thu, 28 Oct 2004 09:54:18 +0000 To: kde-commits Subject: koffice/kexi (silent) Message-Id: <20041028095418.BA80416B93 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109895726708652 CVS commit by staniek: CVS_SILENT license fix M +5 -1 main.cpp 1.44 M +1 -1 main/kexiaboutdata.h 1.11 --- koffice/kexi/main.cpp #1.43:1.44 @@ -138,5 +138,9 @@ static KCmdLineOptions options[] = extern "C" int kdemain(int argc, char *argv[]) { - KCmdLineArgs::init( argc, argv, newKexiAboutData() ); + KAboutData *about = newKexiAboutData(); +#ifdef OOPL_VERSION +# include "oopl_startup.h" +#endif + KCmdLineArgs::init( argc, argv, about ); KCmdLineArgs::addCmdLineOptions( options ); --- koffice/kexi/main/kexiaboutdata.h #1.10:1.11 @@ -33,5 +33,5 @@ KAboutData *newKexiAboutData() { KAboutData *aboutData=new KAboutData( "kexi", KEXI_APP_NAME, - KEXI_VERSION_STRING, description, KAboutData::License_LGPL, + KEXI_VERSION_STRING, description, KAboutData::License_LGPL_V2, I18N_NOOP( "(c) 2002-2004, Kexi Team\n" "(c) 2003, 2004, OpenOffice Polska Ltd.\n"),