diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9731aa8..15531bb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ ------------------- begin : czw wrz 26 08:27:40 CEST 2002 copyright : (C) 2002-2004 by Micha� Rudolf - email : [email protected] + email : [email protected] ***************************************************************************/ /*************************************************************************** @@ -35,8 +35,8 @@ int main(int argc, char *argv[]) { TDEAboutData aboutData( "knowit", I18N_NOOP("KnowIt"), VERSION, description, TDEAboutData::License_GPL, - "(C) 2002-2004 Michal Rudolf", 0, 0, "[email protected]"); - aboutData.addAuthor("Michal Rudolf",0, "[email protected]"); + "(C) 2002-2004 Michal Rudolf", 0, 0, "[email protected]"); + aboutData.addAuthor("Michal Rudolf",0, "[email protected]"); aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"), I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails")); |