mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
[SHELL32] CDefView: Remove a remnant string part (#1250)
Addendum to 9ae373a
.
This commit is contained in:
parent
b4a8afe55d
commit
6f2aa0cbf9
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ LRESULT CDefView::OnContextMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &b
|
||||||
UINT uCommand;
|
UINT uCommand;
|
||||||
HRESULT hResult;
|
HRESULT hResult;
|
||||||
|
|
||||||
TRACE("(%p)->()\n", this);
|
TRACE("(%p)\n", this);
|
||||||
|
|
||||||
m_hContextMenu = CreatePopupMenu();
|
m_hContextMenu = CreatePopupMenu();
|
||||||
if (!m_hContextMenu)
|
if (!m_hContextMenu)
|
||||||
|
|
Loading…
Reference in a new issue