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
d354316c
Commit
d354316c
authored
Aug 20, 2010
by
Juan Lang
Committed by
Alexandre Julliard
Sep 13, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Add Close menu item.
parent
3bea7f94
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
En.rc
dlls/shdocvw/En.rc
+1
-0
iexplore.c
dlls/shdocvw/iexplore.c
+4
-0
resource.h
dlls/shdocvw/resource.h
+1
-0
No files found.
dlls/shdocvw/En.rc
View file @
d354316c
...
...
@@ -49,6 +49,7 @@ IDR_BROWSE_MAIN_MENU MENU
MENUITEM "Print previe&w...", ID_BROWSE_PRINT_PREVIEW
MENUITEM SEPARATOR
MENUITEM "&Properties...", ID_BROWSE_PROPERTIES
MENUITEM "&Close", ID_BROWSE_QUIT
}
POPUP "&View"
{
...
...
dlls/shdocvw/iexplore.c
View file @
d354316c
...
...
@@ -587,6 +587,10 @@ static LRESULT iewnd_OnCommand(InternetExplorer *This, HWND hwnd, UINT msg, WPAR
ie_dialog_about
(
hwnd
);
break
;
case
ID_BROWSE_QUIT
:
iewnd_OnDestroy
(
This
);
break
;
default:
if
(
LOWORD
(
wparam
)
>=
ID_BROWSE_GOTOFAV_FIRST
&&
LOWORD
(
wparam
)
<=
ID_BROWSE_GOTOFAV_MAX
)
{
...
...
dlls/shdocvw/resource.h
View file @
d354316c
...
...
@@ -38,6 +38,7 @@
#define ID_BROWSE_PRINT 260
#define ID_BROWSE_PRINT_PREVIEW 277
#define ID_BROWSE_PROPERTIES 262
#define ID_BROWSE_QUIT 278
#define ID_BROWSE_ABOUT 336
#define ID_BROWSE_ADDFAV 1200
...
...
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