From bf9a43f64adff80ddd81d7124d884316b946024c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:51:30 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- parts/filelist/filelist_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parts') diff --git a/parts/filelist/filelist_item.cpp b/parts/filelist/filelist_item.cpp index 68eda402..b2df14e9 100644 --- a/parts/filelist/filelist_item.cpp +++ b/parts/filelist/filelist_item.cpp @@ -54,7 +54,7 @@ void FileListItem::setState( DocumentState state ) setPixmap( 0, SmallIcon("filesave") ); break; case Dirty: - setPixmap( 0, SmallIcon("revert") ); + setPixmap( 0, SmallIcon("document-revert") ); break; case DirtyAndModified: setPixmap( 0, SmallIcon("process-stop") ); -- cgit v1.2.3