summaryrefslogtreecommitdiffstats
path: root/khelpcenter/application.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-19 00:47:33 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-19 00:47:33 +0000
commit4ae5cd4ddb5e1d13169d9f536e7c083295f998eb (patch)
tree77503dfb8f0c5476d84ba5ff71bde5c7c18c6111 /khelpcenter/application.cpp
parent0014114cd273fb4485196bd02a58aac5adad3d67 (diff)
downloadtdebase-4ae5cd4ddb5e1d13169d9f536e7c083295f998eb.tar.gz
tdebase-4ae5cd4ddb5e1d13169d9f536e7c083295f998eb.zip
startkde fix
Fixed splash screen rebranding git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176894 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khelpcenter/application.cpp')
-rw-r--r--khelpcenter/application.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/khelpcenter/application.cpp b/khelpcenter/application.cpp
index 3530b2743..a15f77cd6 100644
--- a/khelpcenter/application.cpp
+++ b/khelpcenter/application.cpp
@@ -1,5 +1,5 @@
/*
- * This file is part of the KDE Help Center
+ * This file is part of the Trinity Help Center
*
* Copyright (c) 2002 Frerich Raabe <raabe@kde.org>
*
@@ -60,12 +60,13 @@ static KCmdLineOptions options[] =
extern "C" int KDE_EXPORT kdemain( int argc, char **argv )
{
- KAboutData aboutData( "khelpcenter", I18N_NOOP("KDE Help Center"),
+ KAboutData aboutData( "khelpcenter", I18N_NOOP("Trinity Help Center"),
HELPCENTER_VERSION,
- I18N_NOOP("The KDE Help Center"),
+ I18N_NOOP("The Trinity Help Center"),
KAboutData::License_GPL,
I18N_NOOP("(c) 1999-2003, The KHelpCenter developers") );
+ aboutData.addAuthor( "Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net" );
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
aboutData.addAuthor( "Frerich Raabe", 0, "raabe@kde.org" );
aboutData.addAuthor( "Matthias Elter", I18N_NOOP("Original Author"),