From 188132117e2cfdee21d0820101eb79aaa65a4c70 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 16 Apr 2007 21:37:09 +0000 Subject: fixed icon names svn path=/trunk/KDE/kdebase/apps/; revision=654774 --- src/statusbarmessagelabel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit v1.3