diff options
Diffstat (limited to 'kommander/editor/main.cpp')
-rw-r--r-- | kommander/editor/main.cpp | 8 |
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 <[email protected]> + copyright : (C) 2004 Michal Rudolf <[email protected]> ***************************************************************************/ /*************************************************************************** @@ -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"), "[email protected]"); - aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "[email protected]"); - aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "[email protected]"); + aboutData.addAuthor("Eric Laffoon", I18N_NOOP("Project manager"), "[email protected]"); + aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "[email protected]"); + aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "[email protected]"); aboutData.addAuthor("Marc Britton", I18N_NOOP("Original author"), "[email protected]"); aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"), I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails")); |