[SHELL32]

- Fix another local vs member variable issue.

svn path=/trunk/; revision=56192
This commit is contained in:
Thomas Faber 2012-03-19 16:21:53 +00:00
parent f6740b2dba
commit b9678be68a

View file

@ -1484,7 +1484,7 @@ void CDefView::DoActivate(UINT uState)
pShellBrowser->SetMenuSB(hMenu, 0, m_hWnd);
}
}
uState = uState;
this->uState = uState;
TRACE("--\n");
}