diff options
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/MainDlg.cpp | 2 | ||||
-rw-r--r-- | kmplot/kmplot/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/MainDlg.cpp b/kmplot/kmplot/MainDlg.cpp index 5a736097..90e9c54a 100644 --- a/kmplot/kmplot/MainDlg.cpp +++ b/kmplot/kmplot/MainDlg.cpp @@ -2,7 +2,7 @@ * KmPlot - a math. function plotter for the KDE-Desktop * * Copyright (C) 1998, 1999 Klaus-Dieter Möller -* 2000, 2002 kdmoeller@foni.net +* 2000, 2002 tdmoeller@foni.net * * This file is part of the KDE Project. * KmPlot is part of the KDE-EDU Project. diff --git a/kmplot/kmplot/main.cpp b/kmplot/kmplot/main.cpp index 594f3a95..3b96b884 100644 --- a/kmplot/kmplot/main.cpp +++ b/kmplot/kmplot/main.cpp @@ -61,7 +61,7 @@ int main( int argc, char **argv ) "http://edu.kde.org/kmplot/" ); aboutData.addAuthor( "Klaus-Dieter Möller", I18N_NOOP( "Original Author" ) , - "kdmoeller@foni.net" ); + "tdmoeller@foni.net" ); aboutData.addAuthor( "Matthias Meßmer", I18N_NOOP( "GUI" ) , "bmlmessmer@web.de" ); |