Bring undo, redo, find, and revert icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 8111282e53
commit 9fecd26e15

@ -310,7 +310,7 @@ void Manager::reflectDocumentStatus(Kate::Document *doc, bool isModified, unsign
if ( reason == 0 && isModified ) //nothing
icon = SmallIcon("filesave");
else if ( reason == 1 || reason == 2 ) //dirty file
icon = SmallIcon("revert");
icon = SmallIcon("document-revert");
else if ( reason == 3 ) //file deleted
icon = SmallIcon("process-stop");
else if ( m_ki->extensions()->isScriptFile(doc->url()) )

Loading…
Cancel
Save