summaryrefslogtreecommitdiffstats
path: root/parts/filelist
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:30 -0500
commitbf9a43f64adff80ddd81d7124d884316b946024c (patch)
treee5464bd47ad8119ea83652f89d071eede240007b /parts/filelist
parentc83179688cf0aa148610cfc4e32ae6d83d8904b8 (diff)
downloadtdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.tar.gz
tdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'parts/filelist')
-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 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") );