CVS_SILENT

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

svn path=/trunk/kdebase/ksysguard/; revision=285713
This commit is contained in:
Andy Goossens 2004-02-06 23:46:21 +00:00
parent 3c26c240fe
commit 0d346bcebf

View file

@ -8,7 +8,7 @@
#include <kcmdlineargs.h>
#include <klocale.h>
static const char *description =
static const char description[] =
I18N_NOOP("Installs a KWM theme");
static KCmdLineOptions options[] =