summaryrefslogtreecommitdiffstats
path: root/parts
diff options
context:
space:
mode:
Diffstat (limited to 'parts')
-rw-r--r--parts/filelist/filelist_item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/filelist/filelist_item.cpp b/parts/filelist/filelist_item.cpp
index 16ab77bd..68eda402 100644
--- a/parts/filelist/filelist_item.cpp
+++ b/parts/filelist/filelist_item.cpp
@@ -57,7 +57,7 @@ void FileListItem::setState( DocumentState state )
setPixmap( 0, SmallIcon("revert") );
break;
case DirtyAndModified:
- setPixmap( 0, SmallIcon("stop") );
+ setPixmap( 0, SmallIcon("process-stop") );
break;
}
}