diff options
Diffstat (limited to 'kdebugdialog/main.cpp')
-rw-r--r-- | kdebugdialog/main.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kdebugdialog/main.cpp b/kdebugdialog/main.cpp index e2309d586..dfee01db9 100644 --- a/kdebugdialog/main.cpp +++ b/kdebugdialog/main.cpp @@ -79,8 +79,9 @@ int main(int argc, char ** argv) { KAboutData data( "kdebugdialog", I18N_NOOP( "KDebugDialog"), "1.0", I18N_NOOP("A dialog box for setting preferences for debug output"), - KAboutData::License_GPL, "(c) 1999-2000, David Faure <[email protected]>"); - data.addAuthor("David Faure", I18N_NOOP("Maintainer"), "[email protected]"); + KAboutData::License_GPL, "(c) 2009,2010, Timothy Pearson <[email protected]>"); + data.addAuthor("Timothy Pearson", I18N_NOOP("Maintainer"), "[email protected]"); + data.addAuthor("David Faure", I18N_NOOP("Original maintainer/developer"), "[email protected]"); KCmdLineArgs::init( argc, argv, &data ); KCmdLineArgs::addCmdLineOptions( options ); KUniqueApplication::addCmdLineOptions(); |