diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 17:31:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 17:31:05 -0600 |
commit | 54e88491499f64226445cc1fb974ada7b88ab2f0 (patch) | |
tree | f47307663521c6f21fa705c04f02d70c5ab7ab3d /drkonqi/main.cpp | |
parent | ad1a71417d6aa07048a126a000c375bf1f0dc5c5 (diff) | |
download | tdebase-54e88491499f64226445cc1fb974ada7b88ab2f0.tar.gz tdebase-54e88491499f64226445cc1fb974ada7b88ab2f0.zip |
Update drkonqui KDE strings and authors
Diffstat (limited to 'drkonqi/main.cpp')
-rw-r--r-- | drkonqi/main.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drkonqi/main.cpp b/drkonqi/main.cpp index 635a49265..e10a1ce81 100644 --- a/drkonqi/main.cpp +++ b/drkonqi/main.cpp @@ -1,5 +1,5 @@ /***************************************************************** - * drkonqi - The KDE Crash Handler + * drkonqi - The TDE Crash Handler * * Copyright (C) 2000-2003 Hans Petter Bieker <bieker@kde.org> * @@ -40,7 +40,7 @@ #include "toplevel.h" static const char version[] = "1.0"; -static const char description[] = I18N_NOOP( "KDE crash handler gives the user feedback if a program crashed" ); +static const char description[] = I18N_NOOP( "TDE crash handler gives the user feedback if a program crashed" ); static const KCmdLineOptions options[] = { @@ -69,11 +69,12 @@ int main( int argc, char* argv[] ) unsetenv("SESSION_MANAGER"); KAboutData aboutData( "drkonqi", - I18N_NOOP("The KDE Crash Handler"), + I18N_NOOP("The TDE Crash Handler"), version, description, KAboutData::License_BSD, - "(C) 2000-2003, Hans Petter Bieker"); + "(C) 2012, The Trinity Desktop Project"); + aboutData.addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net"); aboutData.addAuthor("Hans Petter Bieker", 0, "bieker@kde.org"); KCmdLineArgs::init(argc, argv, &aboutData); |