diff options
Diffstat (limited to 'ktouch/src/main.cpp')
-rw-r--r-- | ktouch/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp index c8b74b57..cebc0a0d 100644 --- a/ktouch/src/main.cpp +++ b/ktouch/src/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char **argv) "Copyright (C) 2000-2006 by Håvard Frøiland and Andreas Nicolai", 0, "http://edu.kde.org/ktouch", - "[email protected]"); + "[email protected]"); about.addAuthor( "Andreas Nicolai", I18N_NOOP("Current maintainer and programmer"), "[email protected]" ); about.addAuthor( "Håvard Frøiland", I18N_NOOP("Original author, project admin"), "[email protected]" ); about.addCredit( "David Vignoni", I18N_NOOP("Creator of the SVG icon"), "[email protected]"); |