summaryrefslogtreecommitdiffstats
path: root/kdebugdialog
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-12 23:08:26 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-12 23:08:26 +0000
commit4cdbdcc018f90a503313b97d7eb34654c6085cd1 (patch)
treef8e49a02080afca1afeca955169eff4b6dddb35f /kdebugdialog
parentd04616c11aa55ad8e8437582884ea0824358fe50 (diff)
downloadtdebase-4cdbdcc018f90a503313b97d7eb34654c6085cd1.tar.gz
tdebase-4cdbdcc018f90a503313b97d7eb34654c6085cd1.zip
Repaired obsolete author strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1061743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdebugdialog')
-rw-r--r--kdebugdialog/main.cpp5
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 <faure@kde.org>");
- data.addAuthor("David Faure", I18N_NOOP("Maintainer"), "faure@kde.org");
+ KAboutData::License_GPL, "(c) 2009,2010, Timothy Pearson <kb9vqf@pearsoncomputing.net>");
+ data.addAuthor("Timothy Pearson", I18N_NOOP("Maintainer"), "kb9vqf@pearsoncomputing.net");
+ data.addAuthor("David Faure", I18N_NOOP("Original maintainer/developer"), "faure@kde.org");
KCmdLineArgs::init( argc, argv, &data );
KCmdLineArgs::addCmdLineOptions( options );
KUniqueApplication::addCmdLineOptions();