OSDN Git Service

Enable Submodule Add dialog resizable
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / Commands / SubmoduleCommand.cpp
index 739e119..d129be3 100644 (file)
 #include "Git.h"\r
 #include "DirFileEnum.h"\r
 #include "ShellUpdater.h"\r
-#include "ChangedDlg.h"\r
+#include "SubmoduleAddDlg.h"\r
 \r
 bool SubmoduleAddCommand::Execute()\r
 {\r
        bool bRet = false;\r
+       CSubmoduleAddDlg dlg;\r
 \r
+       if( dlg.DoModal() == IDOK )\r
+               bRet = TRUE;\r
 \r
        return bRet;\r
 }\r