From d06bb8b517afe956b59aed99122f80d3809498a0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:52:16 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- src/simplemainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simplemainwindow.cpp') diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp index 6ca92ef8..b252bf0b 100644 --- a/src/simplemainwindow.cpp +++ b/src/simplemainwindow.cpp @@ -578,7 +578,7 @@ void SimpleMainWindow::documentChangedState(const KURL &url, DocumentState state widget->setIcon(SmallIcon("revert", isize)); break; case DirtyAndModified: - widget->setIcon(SmallIcon("stop", isize)); + widget->setIcon(SmallIcon("process-stop", isize)); break; } } -- cgit v1.2.1