summaryrefslogtreecommitdiffstats
path: root/src/main_assistant.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
commit998ebd2e683e45140493910f76e692e96887b5d2 (patch)
tree4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /src/main_assistant.cpp
parent9ba3adb356665bc27c3416c0b916efa89b366bde (diff)
downloadtdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz
tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'src/main_assistant.cpp')
-rw-r--r--src/main_assistant.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp
index 6c0fbd9b..b4b22221 100644
--- a/src/main_assistant.cpp
+++ b/src/main_assistant.cpp
@@ -29,10 +29,10 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- static const char description[] = I18N_NOOP("The KDevelop Integrated Development Environment:\nassistant and documentation viewer");
- KAboutData aboutData("kdevassistant", I18N_NOOP("KDevelop Assistant"),
+ static const char description[] = I18N_NOOP("The TDevelop Integrated Development Environment:\nassistant and documentation viewer");
+ KAboutData aboutData("kdevassistant", I18N_NOOP("TDevelop Assistant"),
VERSION, description, KAboutData::License_GPL,
- I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.tdevelop.org");
+ I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.kdevelop.org");
aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@tdevelop.org");
aboutData.addAuthor("Amilcar do Carmo Lucas", I18N_NOOP("Release coordinator, API documentation, Doxygen and autoproject patches"), "amilcar@ida.ing.tu-bs.de");
aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@tdevelop.org");