Improve plasma-shell app metadata

This commit is contained in:
Sebastian Kügler 2013-04-10 02:25:32 +02:00
parent 70b303fde6
commit e01912d071

View File

@ -26,21 +26,21 @@
#include "shellpluginloader.h" #include "shellpluginloader.h"
static const char description[] = "Plasma2 library tests"; static const char description[] = "Plasma Shell";
static const char version[] = "1.0"; static const char version[] = "2.0";
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
KAboutData aboutData("testplasma2", QByteArray(), i18n("Plasma2 test app"), KAboutData aboutData("plasma-shell", QByteArray(), i18n("Plasma Shell"),
version, i18n(description), KAboutData::License_GPL, version, i18n(description), KAboutData::License_GPL,
i18n("Copyright 2012, The KDE Team")); i18n("Copyright 2012-2013, The KDE Team"));
aboutData.addAuthor(i18n("Marco Martin"), aboutData.addAuthor(i18n("Marco Martin"),
i18n("Author and maintainer"), i18n("Author and maintainer"),
"mart@kde.org"); "mart@kde.org");
KCmdLineArgs::init(argc, argv, KCmdLineArgs::init(argc, argv,
"testplasma2", "", "plasma-shell", "",
ki18n("Plasma2 test app"), ki18n("Plasma Shell"),
version); version);
QApplication app(argc, argv); QApplication app(argc, argv);