ENH: set initial build to source dir

This commit is contained in:
Bill Hoffman 2001-04-25 19:01:12 -04:00
parent 11b68dea51
commit ab7f884a44
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ CMakeSetupDialog::CMakeSetupDialog(CWnd* pParent /*=NULL*/)
startPath = startPath.Left(removePos);
}
m_WhereSource = startPath;
m_WhereBuild = startPath;
this->LoadFromRegistry();
m_BuildPathChanged = false;
}