Branch: master

99fa29b4 2014-10-13 12:48:47 Timothy Pearson
Bring undo, redo, find, and revert icons into XDG compliance
M src/svnfrontend/tdesvnfilelist.cpp
diff --git a/src/svnfrontend/tdesvnfilelist.cpp b/src/svnfrontend/tdesvnfilelist.cpp
index c71185f..aa88573 100644
--- a/src/svnfrontend/tdesvnfilelist.cpp
+++ b/src/svnfrontend/tdesvnfilelist.cpp
@@ -338,7 +338,7 @@
     m_DelCurrent = new TDEAction(i18n("Delete selected files/dirs"),"tdesvndelete",
         TDEShortcut(Key_Delete),TQT_TQOBJECT(this),TQT_SLOT(slotDelete()),m_filesAction,"make_svn_remove");
     m_DelCurrent->setToolTip(i18n("Deleting selected files and/or directories from repository"));
-    m_RevertAction  = new TDEAction(i18n("Revert current changes"),"revert",
+    m_RevertAction  = new TDEAction(i18n("Revert current changes"),"document-revert",
         TDEShortcut(),m_SvnWrapper,TQT_SLOT(slotRevert()),m_filesAction,"make_svn_revert");
 
     m_ResolvedAction = new TDEAction(i18n("Mark resolved"),TDEShortcut(),