Author: dquintana Date: Mon Feb 24 11:20:16 2014 New Revision: 62318
URL: http://svn.reactos.org/svn/reactos?rev=62318&view=rev Log: [RSHELL] * Undo a test change that shouldn't have reached the commit. ;P
Modified: branches/shell-experiments/base/shell/rshell/CMenuBand.cpp
Modified: branches/shell-experiments/base/shell/rshell/CMenuBand.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/rsh... ============================================================================== --- branches/shell-experiments/base/shell/rshell/CMenuBand.cpp [iso-8859-1] (original) +++ branches/shell-experiments/base/shell/rshell/CMenuBand.cpp [iso-8859-1] Mon Feb 24 11:20:16 2014 @@ -915,7 +915,7 @@
CMINVOKECOMMANDINFO cmi = { 0 }; cmi.cbSize = sizeof(cmi); - cmi.lpVerb = reinterpret_cast<LPCSTR>(uCommand); + cmi.lpVerb = MAKEINTRESOURCEA(uCommand); cmi.hwnd = m_hwnd; hr = contextMenu->InvokeCommand(&cmi);
@@ -934,7 +934,6 @@ } return m_menuBand->_MenuItemHotTrack(MPOS_EXECUTE); } -
HRESULT CMenuToolbarBase::ChangeHotItem(DWORD dwSelectType) {