Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
9668e1c0
Commit
9668e1c0
authored
Apr 08, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taskmgr: Implement the Help menu.
parent
1ea1c3d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
taskmgr.c
programs/taskmgr/taskmgr.c
+4
-0
No files found.
programs/taskmgr/taskmgr.c
View file @
9668e1c0
...
...
@@ -770,6 +770,7 @@ LPWSTR GetLastErrorText(LPWSTR lpwszBuf, DWORD dwSize)
static
INT_PTR
CALLBACK
TaskManagerWndProc
(
HWND
hDlg
,
UINT
message
,
WPARAM
wParam
,
LPARAM
lParam
)
{
static
const
WCHAR
wszTaskmgr
[]
=
{
't'
,
'a'
,
's'
,
'k'
,
'm'
,
'g'
,
'r'
,
0
};
HDC
hdc
;
PAINTSTRUCT
ps
;
LPRECT
pRC
;
...
...
@@ -904,6 +905,9 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
case
ID_PROCESS_PAGE_DEBUGCHANNELS
:
ProcessPage_OnDebugChannels
();
break
;
case
ID_HELP_TOPICS
:
WinHelpW
(
hDlg
,
wszTaskmgr
,
HELP_FINDER
,
0
);
break
;
case
ID_HELP_ABOUT
:
OnAbout
();
break
;
...
...
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