[BROWSEUI]

- Fedor Zaytsev: Fix a typo (copy/paste) which resulted in inability to move forward in Explorer (when selecting item from the context menu of the forward button). CORE-9463

svn path=/trunk/; revision=67080
This commit is contained in:
Aleksey Bragin 2015-04-06 21:01:20 +00:00
parent 34e8f186a9
commit 9f3f53645e

View file

@ -1621,7 +1621,7 @@ LRESULT CInternetToolbar::OnMenuDropDown(UINT idControl, NMHDR *pNMHDR, BOOL &bH
Exec(&CGID_Explorer, 0x1d, 2, &parmIn, NULL);
}
else if (selectedItem != 0)
hResult = travelLog->Travel(browserService, -selectedItem);
hResult = travelLog->Travel(browserService, selectedItem);
DestroyMenu(newMenu);
break;
case gViewsCommandID: