From a0d7b99509abbcda0bc65f8434ae2517e14195a8 Mon Sep 17 00:00:00 2001 From: Andy Goossens Date: Fri, 6 Feb 2004 23:46:21 +0000 Subject: [PATCH] CVS_SILENT static const char *description -> static const char description[] svn path=/trunk/kdegraphics/kpdf/; revision=285713 --- kpdf/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kpdf/main.cpp b/kpdf/main.cpp index c2378f343..b73307191 100644 --- a/kpdf/main.cpp +++ b/kpdf/main.cpp @@ -4,10 +4,10 @@ #include #include -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[] = {