Mercurial > hg > easyhg
changeset 629:080258d897db
* Added shortcut for commit
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Sun, 26 Aug 2012 02:45:04 +1000 |
parents | 5dc24f89b791 |
children | bddd0924109f |
files | src/filestatuswidget.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filestatuswidget.cpp Sun Aug 26 02:39:08 2012 +1000 +++ b/src/filestatuswidget.cpp Sun Aug 26 02:45:04 2012 +1000 @@ -81,6 +81,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_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.");