From a151b9646d7d8e3058d327398ada2f327331f3d3 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Mon, 15 Jun 2009 13:11:59 +0800 Subject: [PATCH] Add compare with working copy at log dialog --- src/TortoiseProc/GitLogListBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/GitLogListBase.cpp b/src/TortoiseProc/GitLogListBase.cpp index 51ba5d7..300e503 100644 --- a/src/TortoiseProc/GitLogListBase.cpp +++ b/src/TortoiseProc/GitLogListBase.cpp @@ -1199,7 +1199,7 @@ void CGitLogListBase::OnContextMenu(CWnd* pWnd, CPoint point) if (GetSelectedCount() == 1) { { - if (m_hasWC) + //if (m_hasWC) { if(m_ContextMenuMask&GetContextMenuBit(ID_COMPARE)) popup.AppendMenuIcon(ID_COMPARE, IDS_LOG_POPUP_COMPARE, IDI_DIFF); -- 2.11.0