diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:19:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:19:14 +0200 |
commit | 32da13f039241349c894f5c13cc1954c16c2e783 (patch) | |
tree | 63e42d04ac8d38a0650e35c08057be854ebfb508 /src/main.cpp | |
parent | Merge commit 'avaddon/master' into MERGING (diff) | |
download | rekonq-32da13f039241349c894f5c13cc1954c16c2e783.tar.xz |
Revert "Some changes ported for merge to mainline (bookmarks & links handling related)"
links hadling problem
This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/src/main.cpp b/src/main.cpp index ea7ab8a4..d5e7c33b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -47,18 +47,14 @@ int main(int argc, char **argv) ); // about authors - about.addAuthor(ki18n("Andrea Diamantini"), - ki18n("Project Lead, Developer, Italian translations"), - "adjam7@gmail.com", + about.addAuthor(ki18n("Andrea Diamantini"), + ki18n("Project Lead, Developer, Italian translations"), + "adjam7@gmail.com", "http://www.adjam.org"); - about.addAuthor(ki18n("Domrachev Alexandr"), - ki18n("Developer, Russian translations"), - "alexandr.domrachev@gmail.com", - ""); - -// about.addAuthor(ki18n("your name"), -// ki18n("your role"), -// "your mail", + +// about.addAuthor(ki18n("your name"), +// ki18n("your role"), +// "your mail", // "your site"); // Initialize command line args |