diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 20:20:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 20:20:44 +0200 |
commit | 9335b37de029837fde82ac64cc7e27365fbd200c (patch) | |
tree | 2795f9344b88ceacc433f574e52c2b7aca710416 /src/main.cpp | |
parent | updated RELEASE instructions (not yet ready, anyway..) (diff) | |
parent | Added some FIXME notes about some strings (diff) | |
download | rekonq-9335b37de029837fde82ac64cc7e27365fbd200c.tar.xz |
Merge commit 'pano/string-fixes'
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d6189049..0758abfa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,7 +87,7 @@ int main(int argc, char **argv) ""); about.addCredit(ki18n("Abuus"), - ki18n("Webview mouse event support"), + ki18n("Webview mouse event support"), "buusmail@gmail.com", ""); |