mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
fix paste error. ros-diffs yet again proves its worth
svn path=/trunk/; revision=44683
This commit is contained in:
parent
be248aceed
commit
de4b8e65b8
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ DependenciesPageProc(HWND hwndDlg,
|
||||||
else if (lpnmtv->hdr.idFrom == IDC_DEPEND_TREE2)
|
else if (lpnmtv->hdr.idFrom == IDC_DEPEND_TREE2)
|
||||||
{
|
{
|
||||||
/* Has this node been expanded before */
|
/* Has this node been expanded before */
|
||||||
if (!TreeView_GetChild(pDlgInfo->hDependsTreeView1, lpnmtv->itemNew.hItem))
|
if (!TreeView_GetChild(pDlgInfo->hDependsTreeView2, lpnmtv->itemNew.hItem))
|
||||||
{
|
{
|
||||||
/* It's not, add the children */
|
/* It's not, add the children */
|
||||||
TV2_AddDependantsToTree(pDlgInfo, lpnmtv->itemNew.hItem, (LPTSTR)lpnmtv->itemNew.lParam);
|
TV2_AddDependantsToTree(pDlgInfo, lpnmtv->itemNew.hItem, (LPTSTR)lpnmtv->itemNew.lParam);
|
||||||
|
|
Loading…
Reference in a new issue