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"),