summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2009-12-05 13:34:36 +0100
committermatgic78 <matgic78@gmail.com>2009-12-10 17:04:12 +0100
commit90f61e4ed5ce15e60eaba9cd45354c5220d49096 (patch)
treec0eda247ee85a06d183eafbc491a20a01ec5ed77 /src/main.cpp
parentMerge commit 'refs/merge-requests/64' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-90f61e4ed5ce15e60eaba9cd45354c5220d49096.tar.xz
set a valid e-mail adress for me
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c0e4b70d..030b8476 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -82,7 +82,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
about.addAuthor(ki18n("Matthieu Gicquel"),
ki18n("Developer, Ideas, Tabloid improvements"),
- "matthieu@bureau.home",
+ "matgic78@gmail.com",
"");
about.addAuthor(ki18n("Ronny Scholz"),