Skip to content

Commit 9f3f536

Browse files
committed
[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
1 parent 34e8f18 commit 9f3f536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/dll/win32/browseui/internettoolbar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ LRESULT CInternetToolbar::OnMenuDropDown(UINT idControl, NMHDR *pNMHDR, BOOL &bH
16211621
Exec(&CGID_Explorer, 0x1d, 2, &parmIn, NULL);
16221622
}
16231623
else if (selectedItem != 0)
1624-
hResult = travelLog->Travel(browserService, -selectedItem);
1624+
hResult = travelLog->Travel(browserService, selectedItem);
16251625
DestroyMenu(newMenu);
16261626
break;
16271627
case gViewsCommandID:

0 commit comments

Comments
 (0)