summaryrefslogtreecommitdiffstats
path: root/kcontrol/randr
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 /kcontrol/randr
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 'kcontrol/randr')
-rw-r--r--kcontrol/randr/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/kcontrol/randr/main.cpp b/kcontrol/randr/main.cpp
index f2de7f146..f2544c1c3 100644
--- a/kcontrol/randr/main.cpp
+++ b/kcontrol/randr/main.cpp
@@ -35,8 +35,9 @@ static const KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData aboutData("randr", I18N_NOOP("Resize and Rotate"), krandrtrayVersion, I18N_NOOP("Resize and Rotate System Tray App"), KAboutData::License_GPL, "(c) 2002,2003 Hamish Rodda", 0L, "");
- aboutData.addAuthor("Hamish Rodda",I18N_NOOP("Maintainer"), "rodda@kde.org");
+ KAboutData aboutData("randr", I18N_NOOP("Resize and Rotate"), krandrtrayVersion, I18N_NOOP("Resize and Rotate System Tray App"), KAboutData::License_GPL, "(c) 2009,2010 Timothy Pearson", 0L, "");
+ aboutData.addAuthor("Timothy Pearson",I18N_NOOP("Developer and maintainer"), "kb9vqf@pearsoncomputing.net");
+ aboutData.addAuthor("Hamish Rodda",I18N_NOOP("Original developer and maintainer"), "rodda@kde.org");
aboutData.addCredit("Lubos Lunak",I18N_NOOP("Many fixes"), "l.lunak@suse.cz");
aboutData.setProductName("krandr/krandrtray");
KGlobal::locale()->setMainCatalogue("krandr");