OSDN Git Service

Setting dialog, remote list work.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / Settings / Settings.h
index 36b5a1e..d2551e6 100644 (file)
@@ -40,6 +40,8 @@
 #include "SettingsTBlame.h"\r
 #include "SettingsRevisionGraph.h"\r
 #include "TreePropSheet/TreePropSheet.h"\r
+#include "SettingGitConfig.h"\r
+#include "SettingGitRemote.h"\r
 \r
 using namespace TreePropSheet;\r
 \r
@@ -86,12 +88,14 @@ private:
 //     CSetHooks *                             m_pHooksPage;\r
        CSetBugTraq *                   m_pBugTraqPage;\r
        CSettingsTBlame *               m_pTBlamePage;\r
+       CSettingGitConfig *             m_pGitConfig;\r
+       CSettingGitRemote *             m_pGitRemote;\r
 \r
        HICON                                   m_hIcon;\r
 public:\r
-       CSettings(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);\r
+       CSettings(UINT nIDCaption,CTGitPath *CmdPath=NULL, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);\r
        virtual ~CSettings();\r
-\r
+       CTGitPath m_CmdPath;\r
        /**\r
         * Calls the SaveData()-methods of each of the settings pages.\r
         */\r