summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2011-05-03 14:58:43 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2011-05-03 16:00:52 +0200
commite237a843399e05bddd4e02222fee0c098a9c961d (patch)
tree13fa9f19cf306da68789ef45b0627307397a22d1 /src/plugins/bazaar
parent2849d3e2701562f153133f1617f3a0d79c4bcb98 (diff)
downloadqt-creator-e237a843399e05bddd4e02222fee0c098a9c961d.tar.gz
VCS: Added a shortcut for Diff Selected Files
Merge-request: 289 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r--src/plugins/bazaar/bazaarplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp
index 37fb22cb74..bcaca072a4 100644
--- a/src/plugins/bazaar/bazaarplugin.cpp
+++ b/src/plugins/bazaar/bazaarplugin.cpp
@@ -510,7 +510,7 @@ void BazaarPlugin::createSubmitEditorActions()
command->setAttribute(Core::Command::CA_UpdateText);
connect(m_editorCommit, SIGNAL(triggered()), this, SLOT(commitFromEditor()));
- m_editorDiff = new QAction(VCSBase::VCSBaseSubmitEditor::diffIcon(), tr("Diff Selected Files"), this);
+ m_editorDiff = new QAction(VCSBase::VCSBaseSubmitEditor::diffIcon(), tr("Diff &Selected Files"), this);
command = m_actionManager->registerAction(m_editorDiff, Core::Id(Constants::DIFFEDITOR), context);
m_editorUndo = new QAction(tr("&Undo"), this);