mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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;
|
||||
HRESULT hResult;
|
||||
|
||||
TRACE("(%p)->()\n", this);
|
||||
TRACE("(%p)\n", this);
|
||||
|
||||
m_hContextMenu = CreatePopupMenu();
|
||||
if (!m_hContextMenu)
|
||||
|
|
Loading…
Reference in a new issue