[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi (silent)
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-10-28 9:54:18
Message-ID: 20041028095418.BA80416B93 () office ! kde ! org
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic