Commit 653eb0c3 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Vitaly Lipatov

hhctrl.ocx: Always add the Search tab. (eterbug #15531)

parent 453da50b
......@@ -1114,7 +1114,9 @@ static BOOL HH_AddNavigationPane(HHInfo *info)
if (*info->WinType.pszIndex)
info->tabs[TAB_INDEX].id = NP_CreateTab(hhctrl_hinstance, hwndTabCtrl, IDS_INDEX);
#if 0 /* #eterbug 15531: Renga help is missing Search tab */
if (info->WinType.fsWinProperties & HHWIN_PROP_TAB_SEARCH)
#endif
info->tabs[TAB_SEARCH].id = NP_CreateTab(hhctrl_hinstance, hwndTabCtrl, IDS_SEARCH);
if (info->WinType.fsWinProperties & HHWIN_PROP_TAB_FAVORITES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment