summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 44ea0a0e..a0711997 100644
--- a/src/main.cpp
+++ b/src/main.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");
- KAboutData aboutData("tdevelop", I18N_NOOP("KDevelop"),
+ static const char description[] = I18N_NOOP("The TDevelop Integrated Development Environment");
+ KAboutData aboutData("tdevelop", I18N_NOOP("TDevelop"),
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("David Nolden", I18N_NOOP("Advanced C++ code completion, C++ support, overall improvements"), "david.nolden.tdevelop@art-master.de");