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
8b59c7fc
Commit
8b59c7fc
authored
Aug 29, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Aug 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add removable disk icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
042b9cc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
shell32.rc
dlls/shell32/shell32.rc
+7
-0
shresdef.h
dlls/shell32/shresdef.h
+2
-0
No files found.
dlls/shell32/shell32.rc
View file @
8b59c7fc
...
...
@@ -830,6 +830,13 @@ IDI_SHELL_DOWNLOAD ICON resources/blank.ico
/* @makedep: resources/blank.ico */
IDI_SHELL_DOWNLOAD_EMBLEM ICON resources/blank.ico
/* @makedep: resources/disk_drive.ico */
IDI_SHELL_REMOVABLE_DISK ICON resources/disk_drive.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/disk_drive.ico */
IDI_SHELL_BAD_REMOVABLE_DISK ICON resources/disk_drive.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
...
...
dlls/shell32/shresdef.h
View file @
8b59c7fc
...
...
@@ -300,6 +300,8 @@
#define IDI_SHELL_ZIP_DRIVE 230
#define IDI_SHELL_DOWNLOAD 231
#define IDI_SHELL_DOWNLOAD_EMBLEM 232
#define IDI_SHELL_REMOVABLE_DISK 233
#define IDI_SHELL_BAD_REMOVABLE_DISK 234
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_PICTURES 236
#define IDI_SHELL_MY_MUSIC 237
...
...
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