diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:30 -0500 |
commit | bf9a43f64adff80ddd81d7124d884316b946024c (patch) | |
tree | e5464bd47ad8119ea83652f89d071eede240007b /src | |
parent | c83179688cf0aa148610cfc4e32ae6d83d8904b8 (diff) | |
download | tdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.tar.gz tdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'src')
-rw-r--r-- | src/simplemainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp index b252bf0b..047d0726 100644 --- a/src/simplemainwindow.cpp +++ b/src/simplemainwindow.cpp @@ -575,7 +575,7 @@ void SimpleMainWindow::documentChangedState(const KURL &url, DocumentState state widget->setIcon(SmallIcon("filesave", isize)); break; case Dirty: - widget->setIcon(SmallIcon("revert", isize)); + widget->setIcon(SmallIcon("document-revert", isize)); break; case DirtyAndModified: widget->setIcon(SmallIcon("process-stop", isize)); |