Mercurial > hg > easyhg
diff src/filestatuswidget.cpp @ 627:d39d236a0ce8
* Added shortcut for diff against parent
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Sun, 26 Aug 2012 02:38:24 +1000 |
parents | 38c84c66ad7a |
children | 080258d897db |
line wrap: on
line diff
--- a/src/filestatuswidget.cpp Sun Aug 26 02:19:36 2012 +1000 +++ b/src/filestatuswidget.cpp Sun Aug 26 02:38:24 2012 +1000 @@ -80,6 +80,7 @@ #endif m_shortcuts[FileStates::ShowIn] = tr("Ctrl+Shift+S"); + m_shortcuts[FileStates::Diff] = tr("Ctrl+Shift+D"); 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.");