diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-16 15:45:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-16 15:45:45 +0100 |
commit | 84a93ab8a47c8e4546ae658b5400623cdccfe237 (patch) | |
tree | a320e2ba559bc5a4696e882cbc9e11796a4e1ab5 /src/main.cpp | |
parent | Added some warning (diff) | |
download | rekonq-84a93ab8a47c8e4546ae658b5400623cdccfe237.tar.xz |
updated rekonq site
fixed tab actions..
really near rekonq 0.0.4! Perhaps this night!!
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 a97bb0d5..5315a1d2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char **argv) KAboutData::License_GPL, ki18n("(C) 2008 Andrea Diamantini"), KLocalizedString(), - "http://rekonq.adjam.org", + "http://rekonq.soourceforge.net", "adjam7@gmail.com" ); |