and the winner is: Productivity. our new category :)

svn path=/trunk/KDE/kdelibs/; revision=1195647
This commit is contained in:
Chani Armitage 2010-11-11 17:37:36 +00:00
parent 58fdcb472b
commit cf57b44044

View File

@ -1884,6 +1884,7 @@ QSet<QString> AppletPrivate::knownCategories()
<< QString(I18N_NOOP("Miscellaneous")).toLower()
<< QString(I18N_NOOP("Multimedia")).toLower()
<< QString(I18N_NOOP("Online Services")).toLower()
<< QString(I18N_NOOP("Productivity")).toLower()
<< QString(I18N_NOOP("System Information")).toLower()
<< QString(I18N_NOOP("Utilities")).toLower()
<< QString(I18N_NOOP("Windows and Tasks")).toLower();