diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-13 15:10:14 +0100 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-13 15:10:14 +0100 |
commit | 4bd2a2080df3e38a8af12004eae6fcecb33e965a (patch) | |
tree | 3db9f3bce5434b23515da24323d765addc395a71 /src | |
parent | Merge branch 'master' of git://gitorious.org/rekonq/mainline into strings (diff) | |
parent | set a valid e-mail adress for me (diff) | |
download | rekonq-4bd2a2080df3e38a8af12004eae6fcecb33e965a.tar.xz |
Merge branch 'master' of git://gitorious.org/rekonq/mainline into strings
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 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"), |