From: Peter Penz Date: Mon, 16 Apr 2007 21:37:09 +0000 (+0000) Subject: fixed icon names X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/188132117e2cfdee21d0820101eb79aaa65a4c70?ds=sidebyside fixed icon names svn path=/trunk/KDE/kdebase/apps/; revision=654774 --- diff --git a/src/statusbarmessagelabel.cpp b/src/statusbarmessagelabel.cpp index 7cf5bb68a..b79448b23 100644 --- a/src/statusbarmessagelabel.cpp +++ b/src/statusbarmessagelabel.cpp @@ -90,12 +90,12 @@ void StatusBarMessageLabel::setMessage(const QString& text, break; case DolphinStatusBar::Information: - iconName = "document-properties"; + iconName = "dialog-information"; m_closeButton->hide(); break; case DolphinStatusBar::Error: - iconName = "error"; + iconName = "dialog-error"; m_timer->start(100); m_state = Illuminate;