diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-24 17:43:34 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-24 17:43:34 +0100 |
commit | 1132e1a3b95726f0e2da5c361524eff6c59df1ee (patch) | |
tree | 731dfe0b96dbfd77c85ce139d99d448f9ad148d7 /src/main.cpp | |
parent | Some fixes on font dim. Updating data still doesn't work.. (diff) | |
download | rekonq-1132e1a3b95726f0e2da5c361524eff6c59df1ee.tar.xz |
Fixed notFound.html page
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 110188e4..71f5792d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,18 +18,20 @@ * ============================================================ */ - #include "application.h" #include <KAboutData> #include <KCmdLineArgs> #include <KDebug> + static const char description[] = I18N_NOOP("KDE Browser Webkit Based"); + static const char version[] = "0.0.5"; + int main(int argc, char **argv) { KAboutData about( "rekonq", |