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
59520240
Commit
59520240
authored
Jan 03, 2009
by
Andrey Turkin
Committed by
Alexandre Julliard
Jan 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add explorer toolbar bitmaps.
parent
405ced09
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
0 deletions
+21
-0
idb_tb_large.bmp
dlls/shell32/idb_tb_large.bmp
+0
-0
idb_tb_small.bmp
dlls/shell32/idb_tb_small.bmp
+0
-0
shres.rc
dlls/shell32/shres.rc
+12
-0
shresdef.h
dlls/shell32/shresdef.h
+9
-0
No files found.
dlls/shell32/idb_tb_large.bmp
0 → 100644
View file @
59520240
106 KB
dlls/shell32/idb_tb_small.bmp
0 → 100644
View file @
59520240
47.1 KB
dlls/shell32/shres.rc
View file @
59520240
...
...
@@ -99,6 +99,18 @@ IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
/* @makedep: mydocs.ico */
IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico
/* @makedep: idb_tb_large.bmp */
IDB_TB_LG_LIGHT BITMAP idb_tb_large.bmp
/* @makedep: idb_tb_large.bmp */
IDB_TB_LG_DARK BITMAP idb_tb_large.bmp
/* @makedep: idb_tb_small.bmp */
IDB_TB_SM_LIGHT BITMAP idb_tb_small.bmp
/* @makedep: idb_tb_small.bmp */
IDB_TB_SM_DARK BITMAP idb_tb_small.bmp
/* @makedep: searching.avi */
IDR_AVI_SEARCHING AVI searching.avi
...
...
dlls/shell32/shresdef.h
View file @
59520240
...
...
@@ -193,4 +193,13 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
#define IDC_RUNDLG_EDITPATH 12298
#define IDC_RUNDLG_LABEL 12305
/* bitmaps */
/* explorer toolbar icons
* FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
*/
#define IDB_TB_LARGE_LIGHT 214
#define IDB_TB_LARGE_DARK 215
#define IDB_TB_SMALL_LIGHT 216
#define IDB_TB_SMALL_DARK 217
#endif
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