diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-13 00:41:26 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-13 00:41:26 +0100 |
commit | cfbc489f80e0e3091b52f382992c5669241023bd (patch) | |
tree | e73d159dc5055bcb61426a26122318a07c632a1a | |
parent | Merge commit 'refs/merge-requests/87' of git://gitorious.org/rekonq/mainline ... (diff) | |
download | rekonq-cfbc489f80e0e3091b52f382992c5669241023bd.tar.xz |
Fix date
-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 0b12fba1..0be5a7ee 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,7 +49,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv ) REKONQ_VERSION, ki18n(description), KAboutData::License_GPL_V3, - ki18n("(C) 2008-2009 Andrea Diamantini"), + ki18n("(C) 2008-2010 Andrea Diamantini"), KLocalizedString(), "http://rekonq.sourceforge.net" ); |