From: Frank Li Date: Mon, 15 Jun 2009 05:11:59 +0000 (+0800) Subject: Add compare with working copy at log dialog X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a151b9646d7d8e3058d327398ada2f327331f3d3;p=tortoisegit%2FTortoiseGitJp.git Add compare with working copy at log dialog --- 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);