OSDN Git Service

Add auto load putty key option at clone, pull and push dialog.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / PullFetchDlg.h
index d1cd109..f8f5184 100644 (file)
@@ -2,6 +2,7 @@
 \r
 #include "StandAloneDlg.h"\r
 #include "HistoryCombo.h"\r
+#include "HyperLink.h"\r
 // CPullFetchDlg dialog\r
 \r
 class CPullFetchDlg : public CResizableStandAloneDialog\r
@@ -25,9 +26,14 @@ protected:
        \r
        DECLARE_MESSAGE_MAP()\r
 public:\r
-       BOOL m_IsPull;\r
+       BOOL        m_IsPull;\r
+    BOOL        m_bAutoLoad;\r
+    BOOL        m_bAutoLoadEnable;\r
+    CHyperLink  m_RemoteManage;\r
+\r
        afx_msg void OnBnClickedRd();\r
        afx_msg void OnBnClickedOk();\r
        CString m_RemoteURL;\r
        CString m_RemoteBranchName;\r
+    afx_msg void OnStnClickedRemoteManage();\r
 };\r