From kde-commits Sun Feb 14 18:23:48 2010 From: Amilcar do Carmo Lucas Date: Sun, 14 Feb 2010 18:23:48 +0000 To: kde-commits Subject: extragear/sdk/kdevelop/app Message-Id: <1266171828.641569.27896.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126617183512692 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."));