OSDN Git Service

Fix "ESC" = "push" when after commit
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / ProgressDlg.h
index 920a4fd..85fb602 100644 (file)
@@ -41,6 +41,7 @@ public:
 \r
        bool                    m_bAbort;\r
        bool                    m_bDone;\r
+       bool                    m_bAltAbortPress;\r
 protected:\r
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
        static UINT ProgressThreadEntry(LPVOID pVoid);\r
@@ -58,4 +59,5 @@ protected:
        DECLARE_MESSAGE_MAP()\r
 public:\r
        afx_msg void OnBnClickedOk();\r
+       afx_msg void OnBnClickedCancel();\r
 };\r