Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
wine
wine-cw
Commits
077964a8
Commit
077964a8
authored
Apr 18, 2008
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhelp: Add an (ugly) icon.
parent
69e52502
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
rsrc.rc
programs/winhelp/rsrc.rc
+3
-0
winhelp.c
programs/winhelp/winhelp.c
+1
-1
winhelp.ico
programs/winhelp/winhelp.ico
+0
-0
winhelp_res.h
programs/winhelp/winhelp_res.h
+2
-0
No files found.
programs/winhelp/rsrc.rc
View file @
077964a8
...
...
@@ -25,6 +25,9 @@
#include "winhelp.h"
#include "winhelp_res.h"
/* @makedep: winhelp.ico */
IDI_WINHELP ICON DISCARDABLE winhelp.ico
#include "Bg.rc"
#include "Cs.rc"
#include "Da.rc"
...
...
programs/winhelp/winhelp.c
View file @
077964a8
...
...
@@ -324,7 +324,7 @@ static BOOL WINHELP_RegisterWinClasses(void)
class_main
.
cbClsExtra
=
0
;
class_main
.
cbWndExtra
=
sizeof
(
LONG
);
class_main
.
hInstance
=
Globals
.
hInstance
;
class_main
.
hIcon
=
LoadIcon
(
0
,
IDI_APPLICATION
);
class_main
.
hIcon
=
LoadIcon
(
Globals
.
hInstance
,
MAKEINTRESOURCE
(
IDI_WINHELP
)
);
class_main
.
hCursor
=
LoadCursor
(
0
,
IDC_ARROW
);
class_main
.
hbrBackground
=
(
HBRUSH
)(
COLOR_WINDOW
+
1
);
class_main
.
lpszMenuName
=
0
;
...
...
programs/winhelp/winhelp.ico
0 → 100644
View file @
077964a8
766 Bytes
programs/winhelp/winhelp_res.h
View file @
077964a8
...
...
@@ -33,3 +33,5 @@
#define IDD_INDEX 0x150
#define IDC_INDEXLIST 0x151
#define IDI_WINHELP 0xF00
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