OSDN Git Service

Sync Dialog Scroll the correct line number
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / RefLogDlg.h
index 4148acd..c8b0517 100644 (file)
@@ -2,6 +2,7 @@
 #include "afxcmn.h"\r
 #include "StandAloneDlg.h"\r
 #include "HistoryCombo.h"\r
+#include "RefLoglist.h"\r
 // CRefLogDlg dialog\r
 \r
 class CRefLogDlg : public CResizableStandAloneDialog\r
@@ -18,12 +19,14 @@ public:
 protected:\r
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
        BOOL OnInitDialog();\r
-\r
+       afx_msg void OnCbnSelchangeRef();       \r
+       afx_msg LRESULT OnRefLogChanged(WPARAM wParam, LPARAM lParam);\r
        DECLARE_MESSAGE_MAP()\r
 public:\r
        CHistoryCombo m_ChooseRef;\r
+       CString m_CurrentBranch;\r
 public:\r
-       CListCtrl m_RefList;\r
+       CRefLogList m_RefList;\r
 public:\r
        afx_msg void OnBnClickedOk();\r
 };\r