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[] = {