mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix paste error. ros-diffs yet again proves its worth
svn path=/trunk/; revision=44683
This commit is contained in:
@@ -233,7 +233,7 @@ DependenciesPageProc(HWND hwndDlg,
|
||||
else if (lpnmtv->hdr.idFrom == IDC_DEPEND_TREE2)
|
||||
{
|
||||
/* 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 */
|
||||
TV2_AddDependantsToTree(pDlgInfo, lpnmtv->itemNew.hItem, (LPTSTR)lpnmtv->itemNew.lParam);
|
||||
|
||||
Reference in New Issue
Block a user