Icon fix. Patch by crazy.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756181
This commit is contained in:
Urs Wolfer 2008-01-02 21:52:31 +00:00
parent bef6adb720
commit 4a18427f6a

View File

@ -181,7 +181,7 @@ void Containment::setContainmentType(Containment::Type type)
if (isContainment() && type == DesktopContainment) {
if (!d->toolbox) {
Plasma::Widget *addWidgetTool = addToolBoxTool("addwidgets", "edit-add", i18n("Add Widgets"));
Plasma::Widget *addWidgetTool = addToolBoxTool("addwidgets", "list-add", i18n("Add Widgets"));
connect(addWidgetTool, SIGNAL(clicked()), this, SIGNAL(showAddWidgets()));
Plasma::Widget *zoomInTool = addToolBoxTool("zoomIn", "zoom-in", i18n("Zoom In"));