Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
653eb0c3
Commit
653eb0c3
authored
May 27, 2022
by
Dmitry Timoshkov
Committed by
Vitaly Lipatov
Jul 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hhctrl.ocx: Always add the Search tab. (eterbug #15531)
Signed-off-by:
Dmitry Timoshkov
<
dmitry@baikal.ru
>
Signed-off-by:
Pavel Beketov
<
mais@etersoft.ru
>
parent
453da50b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
help.c
dlls/hhctrl.ocx/help.c
+2
-0
No files found.
dlls/hhctrl.ocx/help.c
View file @
653eb0c3
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment