diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 01:01:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 01:01:28 +0200 |
commit | 91774189a83ceb70f52ed12c39d319fb16e60c09 (patch) | |
tree | ff10ddefe3e185814c5d040ee66b918cbbf05bae /src | |
parent | Open tabs in brackground. Step 1 (diff) | |
download | rekonq-91774189a83ceb70f52ed12c39d319fb16e60c09.tar.xz |
Reverted copyright string, as suggested by KDE people
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 670981e6..8b99e8b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char **argv) version, ki18n(description), KAboutData::License_GPL_V3, - ki18n("(C) 2009 rekonq team"), + ki18n("(C) 2008-2009 Andrea Diamantini"), KLocalizedString(), "http://rekonq.sourceforge.net", "rekonq@kde.org" |