forked from qt-creator/qt-creator
Git: Fix accelerator for reflog
R is already used for Rebase. Change-Id: I64575c98bf22aef0a2825b68b1c9a92061821923 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
bbf5ff61ea
commit
dec8113377
@@ -240,7 +240,7 @@ void BranchView::slotCustomContextMenu(const QPoint &point)
|
||||
GitPlugin::client()->diffBranch(m_repository, fullName);
|
||||
});
|
||||
contextMenu.addAction(tr("&Log"), this, [this] { log(selectedIndex()); });
|
||||
contextMenu.addAction(tr("&Reflog"), this, [this] { reflog(selectedIndex()); });
|
||||
contextMenu.addAction(tr("Reflo&g"), this, [this] { reflog(selectedIndex()); });
|
||||
contextMenu.addSeparator();
|
||||
if (!currentSelected) {
|
||||
auto resetMenu = new QMenu(tr("Re&set"), &contextMenu);
|
||||
|
Reference in New Issue
Block a user