mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
fixed icon names
svn path=/trunk/KDE/kdebase/apps/; revision=654774
This commit is contained in:
parent
fc3134bdee
commit
188132117e
1 changed files with 2 additions and 2 deletions
|
@ -90,12 +90,12 @@ void StatusBarMessageLabel::setMessage(const QString& text,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DolphinStatusBar::Information:
|
case DolphinStatusBar::Information:
|
||||||
iconName = "document-properties";
|
iconName = "dialog-information";
|
||||||
m_closeButton->hide();
|
m_closeButton->hide();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DolphinStatusBar::Error:
|
case DolphinStatusBar::Error:
|
||||||
iconName = "error";
|
iconName = "dialog-error";
|
||||||
m_timer->start(100);
|
m_timer->start(100);
|
||||||
m_state = Illuminate;
|
m_state = Illuminate;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue