diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 38c30b53..009fc4b3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,15 +18,17 @@ * ============================================================ */ +// Local Includes #include "application.h" +// KDE Includes #include <KAboutData> #include <KCmdLineArgs> #include <KDebug> static const char description[] = - I18N_NOOP("Webkit Based Browser for KDE"); + I18N_NOOP("WebKit-based Web Browser for KDE"); static const char version[] = "0.1.1"; |