comparison 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
comparison
equal deleted inserted replaced
626:51887087f1ae 627:d39d236a0ce8
78 #elif defined Q_OS_WIN32 78 #elif defined Q_OS_WIN32
79 m_actionLabels[FileStates::ShowIn] = tr("Show in Windows Explorer"); 79 m_actionLabels[FileStates::ShowIn] = tr("Show in Windows Explorer");
80 #endif 80 #endif
81 81
82 m_shortcuts[FileStates::ShowIn] = tr("Ctrl+Shift+S"); 82 m_shortcuts[FileStates::ShowIn] = tr("Ctrl+Shift+S");
83 m_shortcuts[FileStates::Diff] = tr("Ctrl+Shift+D");
83 84
84 m_descriptions[FileStates::Clean] = tr("You have not changed these files."); 85 m_descriptions[FileStates::Clean] = tr("You have not changed these files.");
85 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them."); 86 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them.");
86 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit them."); 87 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit them.");
87 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit them.<br>" 88 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit them.<br>"