From 9aa1eb8d87b62f78cd3a2055f2ec0da947315b04 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Wed, 11 Oct 2006 15:49:24 +0000 Subject: [PATCH] Change email address. SVN_SILENT: svn path=/trunk/KDE/kdebase/apps/konsole/; revision=594556 --- konsole/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konsole/main.cpp b/konsole/main.cpp index 5a94a888..d45b96b2 100644 --- a/konsole/main.cpp +++ b/konsole/main.cpp @@ -171,7 +171,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char* argv[]) aboutData.addAuthor("Lars Doelle",I18N_NOOP("Author"), "lars.doelle@on-line.de"); aboutData.addCredit("Kurt V. Hindenburg", I18N_NOOP("Bug fixes and general improvements"), - "kurt.hindenburg@kdemail.net"); + "kurt.hindenburg@gmail.com"); aboutData.addCredit("Waldo Bastian", I18N_NOOP("Bug fixes and general improvements"), "bastian@kde.org");