[Uml-devel] kdesdk (silent)

Andy Goossens andygoossens at pandora.be
Sat Feb 7 05:24:00 UTC 2004


CVS commit by goossens: 

CVS_SILENT
static const char *description   ->   static const char description[]


  M +1 -1      kbugbuster/main.cpp   1.12
  M +1 -1      kspy/main.cpp   1.4
  M +1 -1      umbrello/umbrello/main.cpp   1.18


--- kdesdk/kbugbuster/main.cpp  #1.11:1.12
@@ -29,5 +29,5 @@
 #include "kbbprefs.h"
 
-static const char *description =
+static const char description[] =
     I18N_NOOP("KBugBuster");
 // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE

--- kdesdk/kspy/main.cpp  #1.3:1.4
@@ -22,5 +22,5 @@
 #include "spy.h"
 
-static const char *description =
+static const char description[] =
         I18N_NOOP("Spy");
 // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE

--- kdesdk/umbrello/umbrello/main.cpp  #1.17:1.18
@@ -21,5 +21,5 @@
 #include <kdebug.h>
 
-static const char *description =
+static const char description[] =
     I18N_NOOP("Umbrello UML Modeller");
 // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE






More information about the umbrello-devel mailing list