diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-17 15:54:19 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-17 15:54:19 +0100 |
commit | 5c64bca9fa0ef91aa062294a8d89aa64df6e82b4 (patch) | |
tree | 66219ff4b6cbd884c0e184ce5c792335d7c6d8c1 /src | |
parent | Fixed rekonq slack-desc && slackbuild (diff) | |
download | rekonq-5c64bca9fa0ef91aa062294a8d89aa64df6e82b4.tar.xz |
Fixed rekonq site URL
Diffstat (limited to 'src')
-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 5315a1d2..48992561 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.soourceforge.net", + "http://rekonq.sourceforge.net", "adjam7@gmail.com" ); |