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
a19defdf
Commit
a19defdf
authored
Oct 13, 2010
by
Joel Holdsworth
Committed by
Alexandre Julliard
Oct 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Replaced iexplore.bmp with a tango compliant toolstrip.
parent
e0ef2d17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
Makefile.in
dlls/shdocvw/Makefile.in
+3
-0
ietoolbar.bmp
dlls/shdocvw/ietoolbar.bmp
+0
-0
ietoolbar.svg
dlls/shdocvw/ietoolbar.svg
+0
-0
iexplore.c
dlls/shdocvw/iexplore.c
+1
-1
No files found.
dlls/shdocvw/Makefile.in
View file @
a19defdf
...
...
@@ -41,6 +41,9 @@ RC_SRCS = \
Uk.rc
\
shdocvw.rc
SVG_SRCS
=
\
ietoolbar.svg
IDL_TLB_SRCS
=
shdocvw_v1.idl
@MAKE_DLL_RULES@
dlls/shdocvw/ietoolbar.bmp
View replaced file @
e0ef2d17
View file @
a19defdf
3.1 KB
|
W:
|
H:
24.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
dlls/shdocvw/ietoolbar.svg
0 → 100644
View file @
a19defdf
This diff is collapsed.
Click to expand it.
dlls/shdocvw/iexplore.c
View file @
a19defdf
...
...
@@ -447,7 +447,7 @@ static void create_rebar(HWND hwnd)
hwndToolbar
=
CreateWindowExW
(
TBSTYLE_EX_MIXEDBUTTONS
,
TOOLBARCLASSNAMEW
,
NULL
,
TBSTYLE_FLAT
|
WS_CHILD
|
WS_VISIBLE
,
0
,
0
,
0
,
0
,
hwndRebar
,
(
HMENU
)
IDC_BROWSE_TOOLBAR
,
shdocvw_hinstance
,
NULL
);
imagelist
=
ImageList_LoadImageW
(
shdocvw_hinstance
,
idb_ietoolbar
,
32
,
0
,
RGB
(
255
,
0
,
255
),
IMAGE_BITMAP
,
LR_DEFAULTCOLOR
);
imagelist
=
ImageList_LoadImageW
(
shdocvw_hinstance
,
idb_ietoolbar
,
32
,
0
,
CLR_NONE
,
IMAGE_BITMAP
,
LR_CREATEDIBSECTION
);
SendMessageW
(
hwndToolbar
,
TB_SETIMAGELIST
,
0
,
(
LPARAM
)
imagelist
);
SendMessageW
(
hwndToolbar
,
TB_BUTTONSTRUCTSIZE
,
sizeof
(
TBBUTTON
),
0
);
...
...
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