diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-12 23:08:26 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-12 23:08:26 +0000 |
commit | 4cdbdcc018f90a503313b97d7eb34654c6085cd1 (patch) | |
tree | f8e49a02080afca1afeca955169eff4b6dddb35f /kcontrol/kicker | |
parent | d04616c11aa55ad8e8437582884ea0824358fe50 (diff) | |
download | tdebase-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 'kcontrol/kicker')
-rw-r--r-- | kcontrol/kicker/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kcontrol/kicker/main.cpp b/kcontrol/kicker/main.cpp index 021cfbdd9..26ec93b39 100644 --- a/kcontrol/kicker/main.cpp +++ b/kcontrol/kicker/main.cpp @@ -358,9 +358,11 @@ KAboutData *KickerConfig::aboutData() = new KAboutData(I18N_NOOP("kcmkicker"), I18N_NOOP("KDE Panel Control Module"), 0, 0, KAboutData::License_GPL, - I18N_NOOP("(c) 1999 - 2001 Matthias Elter\n" + I18N_NOOP("(c) 2009 - 2010 Timothy Pearson\n" + "(c) 1999 - 2001 Matthias Elter\n" "(c) 2002 - 2003 Aaron J. Seigo")); + about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net"); about->addAuthor("Aaron J. Seigo", 0, "aseigo@kde.org"); about->addAuthor("Matthias Elter", 0, "elter@kde.org"); |