[SHELL32] CDefView: Remove a remnant string part (#1250)

Addendum to 9ae373a.
This commit is contained in:
Serge Gautherie 2019-01-16 12:51:49 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent b4a8afe55d
commit 6f2aa0cbf9

View file

@ -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)