|
|
|
@ -338,7 +338,7 @@ void tdesvnfilelist::setupActions()
|
|
|
|
|
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(),
|
|
|
|
|