Mercurial > hg > easyhg
changeset 632:f9fd48e55af1
* Updated shortcut for revert
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Mon, 27 Aug 2012 01:26:05 +1000 |
parents | ac8188fd6bc9 |
children | db62a0cb3037 |
files | src/filestatuswidget.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filestatuswidget.cpp Mon Aug 27 01:25:16 2012 +1000 +++ b/src/filestatuswidget.cpp Mon Aug 27 01:26:05 2012 +1000 @@ -82,7 +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_shortcuts[FileStates::Revert] = tr("Ctrl+Shift+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.");