summaryrefslogtreecommitdiffstats
path: root/kommander/editor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/main.cpp')
-rw-r--r--kommander/editor/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/main.cpp b/kommander/editor/main.cpp
index e5dc2739..78936267 100644
--- a/kommander/editor/main.cpp
+++ b/kommander/editor/main.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
main.cpp - initialization
-------------------
- copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
+ copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
***************************************************************************/
/***************************************************************************
@@ -43,9 +43,9 @@ int main( int argc, char *argv[] )
TDEAboutData aboutData( "kommander", I18N_NOOP("Kommander"),
KOMMANDER_VERSION, description, TDEAboutData::License_GPL,
"(C) 2002-2005 Kommander authors", text);
- aboutData.addAuthor("Eric Laffoon", I18N_NOOP("Project manager"), "eric@tdewebdev.org");
- aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org");
- aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@tdewebdev.org");
+ aboutData.addAuthor("Eric Laffoon", I18N_NOOP("Project manager"), "eric@kdewebdev.org");
+ aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@kdewebdev.org");
+ aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@kdewebdev.org");
aboutData.addAuthor("Marc Britton", I18N_NOOP("Original author"), "consume@optusnet.com.au");
aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails"));