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

svn path=/trunk/kdegraphics/kpdf/; revision=285713
remotes/origin/kpdf-3.3
Andy Goossens 22 years ago
parent 7d7cd1e4be
commit a0d7b99509
  1. 4
      kpdf/main.cpp

@ -4,10 +4,10 @@
#include <kcmdlineargs.h>
#include <klocale.h>
static const char* description =
static const char description[] =
I18N_NOOP("kpdf, a kde pdf viewer based on xpdf");
static const char* version = "v0.3";
static const char version[] = "v0.3";
static KCmdLineOptions options[] =
{

Loading…
Cancel
Save