Mercurial > hg > easyhg
changeset 631:ac8188fd6bc9
* Added shortcut for revert
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Mon, 27 Aug 2012 01:25:16 +1000 |
parents | bddd0924109f |
children | f9fd48e55af1 |
files | src/filestatuswidget.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filestatuswidget.cpp Mon Aug 27 00:52:44 2012 +1000 +++ b/src/filestatuswidget.cpp Mon Aug 27 01:25:16 2012 +1000 @@ -82,6 +82,7 @@ m_shortcuts[FileStates::ShowIn] = tr("Ctrl+Shift+S"); m_shortcuts[FileStates::Diff] = tr("Ctrl+Shift+D"); m_shortcuts[FileStates::Commit] = tr("Ctrl+Shift+C"); + m_shortcuts[FileStates::Revert] = tr("Ctrl+R"); m_descriptions[FileStates::Clean] = tr("You have not changed these files."); m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them.");