From 54e88491499f64226445cc1fb974ada7b88ab2f0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jan 2012 17:31:05 -0600 Subject: Update drkonqui KDE strings and authors --- drkonqi/main.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'drkonqi/main.cpp') 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 * @@ -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); -- cgit v1.2.3