OSDN Git Service

Fix File List Del\Add switch problem and enable prevdiff command
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / ExportDlg.h
index 14308fe..8da3961 100644 (file)
 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\r
 //\r
 #pragma once\r
+#include "afxwin.h"\r
 #include "GitRev.h"\r
 #include "StandAloneDlg.h"\r
 #include "HistoryCombo.h"\r
 #include "FileDropEdit.h"\r
 #include "LogDlg.h"\r
 #include "Tooltip.h"\r
-#include "afxwin.h"\r
-\r
+#include "ChooseVersion.h"\r
 \r
 /**\r
  * \ingroup TortoiseProc\r
  * Prompts the user for required information for an export command. The information\r
  * is the module name and the repository url. \r
  */\r
-class CExportDlg : public CResizableStandAloneDialog\r
+class CExportDlg : public CResizableStandAloneDialog, public CChooseVersion\r
 {\r
        DECLARE_DYNAMIC(CExportDlg)\r
 \r
@@ -68,11 +68,14 @@ protected:
        CString                 m_sExportDirOrig;\r
        bool                    m_bAutoCreateTargetName;\r
        CComboBox               m_depthCombo;\r
+\r
+       CHOOSE_EVENT_RADIO()    ;\r
+\r
 public:\r
        CHistoryCombo   m_URLCombo;\r
        CString                 m_URL;\r
        CString                 m_eolStyle;\r
-       CString                 Revision;\r
+       CString                 m_Revision;\r
        BOOL                    m_bNoExternals;\r
        CButton                 m_butBrowse;\r
        CEdit                   m_editRevision;\r