SVN commit 1090127 by aclu: Another year, better kdevelop.org url M +1 -1 main.cpp --- trunk/extragear/sdk/kdevelop/app/main.cpp #1090126:1090127 @@ -55,7 +55,7 @@ static const char description[] = I18N_NOOP( "The KDevelop Integrated Development Environment" ); KAboutData aboutData( "kdevelop", 0, ki18n( "KDevelop" ), i18n("%1", QString(VERSION) ).toUtf8(), ki18n(description), KAboutData::License_GPL, - ki18n( "Copyright 1999-2009, The KDevelop developers" ), KLocalizedString(), "http://www.kdevelop.org" ); + ki18n( "Copyright 1999-2010, The KDevelop developers" ), KLocalizedString(), "http://www.kdevelop.org/" ); #include "shared_app_init.cpp" options.add("cs ", ki18n("Create new session with given name."));