OSDN Git Service
(root)
/
tortoisegit
/
TortoiseGitJp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix Issue 91: clone dialog generates bad directory name based on URL, ignores overrid
[tortoisegit/TortoiseGitJp.git]
/
src
/
TortoiseProc
/
CloneDlg.h
diff --git
a/src/TortoiseProc/CloneDlg.h
b/src/TortoiseProc/CloneDlg.h
index
65f2eee
..
327399b
100644
(file)
--- a/
src/TortoiseProc/CloneDlg.h
+++ b/
src/TortoiseProc/CloneDlg.h
@@
-25,6
+25,7
@@
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
\r
virtual BOOL OnInitDialog();
\r
CString m_ModuleName;
\r
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
\r
virtual BOOL OnInitDialog();
\r
CString m_ModuleName;
\r
+ CString m_OldURL;
\r
\r
DECLARE_MESSAGE_MAP()
\r
\r
\r
DECLARE_MESSAGE_MAP()
\r
\r