Icon naming spec compliance (code changes - KDE/):

* zoom-best-fit -> zoom-fit-best
* plasmagik -> tools-wizard
* and some other fixes, many of them in KMobileTools

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756800
This commit is contained in:
Jakob Petsovits 2008-01-03 19:55:37 +00:00
parent 9a0dcafb8d
commit 79ada16ef3

View File

@ -70,7 +70,7 @@ void AppletBrowserWidget::Private::initFilters()
filterModel.clear();
filterModel.addFilter(i18n("All Widgets"),
KCategorizedItemsViewModels::Filter(), new KIcon("plasmagik"));
KCategorizedItemsViewModels::Filter(), new KIcon("plasma"));
// Recommended emblems and filters
QRegExp rx("recommended[.]([0-9A-Za-z]+)[.]caption");