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
12a6a58c
Commit
12a6a58c
authored
Aug 28, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Aug 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add remaining optical disc icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f1f9b81e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
0 deletions
+85
-0
shell32.rc
dlls/shell32/shell32.rc
+68
-0
shresdef.h
dlls/shell32/shresdef.h
+17
-0
No files found.
dlls/shell32/shell32.rc
View file @
12a6a58c
...
...
@@ -796,6 +796,14 @@ IDI_SHELL_USERS ICON resources/security.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_POWER_OFF ICON resources/shut_down.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_DVD ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
...
...
@@ -825,10 +833,26 @@ IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico
IDI_SHELL_NEW_NETWORK_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_WRITE_DISC ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/delete.ico */
IDI_SHELL_DELETE_FILE ICON resources/delete.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/delete.ico */
IDI_SHELL_ERASE_DISC ICON resources/delete.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_TO_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_BURN_DISC ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico
...
...
@@ -840,13 +864,57 @@ IDI_SHELL_USERS_XP ICON resources/security.ico
/* @makedep: resources/security.ico */
IDI_SHELL_USERS_XP2 ICON resources/security.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_drive.ico */
IDI_SHELL_DVD_DRIVE ICON resources/optical_drive.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_HYBRID_CD ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_UNKNOWN_DISC ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_CD_ROM ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_CD_R ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_CD_RW ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_DVD_RAM ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_DVD_R ICON resources/optical_disc.ico
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_OPTICAL_DISC ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_DVD_ROM ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_DVD_RW ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_NEW_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_BURN_DISC2 ICON resources/optical_disc.ico
/* @makedep: resources/favorites.ico */
IDI_SHELL_FAVORITES_SMALL ICON resources/favorites.ico
...
...
dlls/shell32/shresdef.h
View file @
12a6a58c
...
...
@@ -291,6 +291,8 @@
/* 211 - 219 not used on Windows */
#define IDI_SHELL_USERS 220
#define IDI_SHELL_POWER_OFF 221
#define IDI_SHELL_DVD 222
#define IDI_SHELL_MUSIC_CD_95 228
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_PICTURES 236
#define IDI_SHELL_MY_MUSIC 237
...
...
@@ -299,12 +301,27 @@
#define IDI_SHELL_COPY 243
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
#define IDI_SHELL_NEW_NETWORK_FOLDER 258
#define IDI_SHELL_WRITE_DISC 260
#define IDI_SHELL_DELETE_FILE 261
#define IDI_SHELL_ERASE_DISC 262
#define IDI_SHELL_TO_FOLDER 264
#define IDI_SHELL_BURN_DISC 266
#define IDI_SHELL_SHARED_FOLDER 267
#define IDI_SHELL_USERS_XP 269
#define IDI_SHELL_USERS_XP2 279
#define IDI_SHELL_DVD_DRIVE 291
#define IDI_SHELL_HYBRID_CD 292
#define IDI_SHELL_UNKNOWN_DISC 293
#define IDI_SHELL_CD_ROM 294
#define IDI_SHELL_CD_R 295
#define IDI_SHELL_CD_RW 296
#define IDI_SHELL_DVD_RAM 297
#define IDI_SHELL_DVD_R 298
#define IDI_SHELL_OPTICAL_DISC 302
#define IDI_SHELL_DVD_ROM 304
#define IDI_SHELL_DVD_RW 318
#define IDI_SHELL_NEW_FOLDER 319
#define IDI_SHELL_BURN_DISC2 320
#define IDI_SHELL_FAVORITES_SMALL 322
#define IDI_SHELL_APP_FOLDER_SMALL 326
#define IDI_SHELL_RESTRICTED2 338
...
...
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