diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-08-09 01:43:35 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-08-09 01:43:35 +0200 |
commit | b1abd7b5e1417c462cd24f174362df9452d0054b (patch) | |
tree | f9bb5b86cfcb81689e4bf111931d41ef916602b6 | |
parent | KDE HIG fixes (diff) | |
download | rekonq-b1abd7b5e1417c462cd24f174362df9452d0054b.tar.xz |
Removed an unneeded space
-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 092c03c8..2bf926ab 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", ""); |