summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@kubuntu.org>2010-11-22 22:15:37 +0530
committerRohan Garg <rohangarg@kubuntu.org>2010-11-22 22:15:37 +0530
commitad729763b97dfeb3d1a110bdbac6c4e64af79414 (patch)
treee72ab6c49cb2c940500e5425d875a167467fc729 /src
parentCtrl+Shift+Delete Key Combo to clear private data (diff)
parentSorry Pierre, (diff)
downloadrekonq-ad729763b97dfeb3d1a110bdbac6c4e64af79414.tar.xz
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index db6a435f..3a19fc9a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -49,7 +49,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
KAboutData::License_GPL_V3,
ki18n("(C) 2008-2010 Andrea Diamantini"),
KLocalizedString(),
- "http://rekonq.sourceforge.net"
+ "http://rekonq.kde.org"
);
// --------------- about authors -----------------------------
@@ -118,6 +118,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
"ikipou@gmail.com",
"http://www.openyourcode.org/");
+ about.addAuthor(ki18n("Pierre Rossi"),
+ ki18n("Urlbar, tests, new tab page, bars... and more"),
+ "pierre.rossi@gmail.com",
+ "");
+
// --------------- about credits -----------------------------
about.addCredit(ki18n("Dawit Alemayehu"),
ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."),