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
a3ee1876
Commit
a3ee1876
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 users icon and passwords icon.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e7a3ce70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
shell32.rc
dlls/shell32/shell32.rc
+15
-0
shresdef.h
dlls/shell32/shresdef.h
+5
-0
No files found.
dlls/shell32/shell32.rc
View file @
a3ee1876
...
...
@@ -763,6 +763,13 @@ IDI_SHELL_FULL_RECYCLE_BIN_95 ICON resources/trash_full.ico
/* @makedep: resources/internet.ico */
IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
/* @makedep: resources/security.ico */
IDI_SHELL_PASSWORDS ICON resources/security.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS ICON resources/security.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
...
...
@@ -775,6 +782,14 @@ IDI_SHELL_COPY ICON resources/copy.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS_XP ICON resources/security.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS_XP2 ICON resources/security.ico
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_OPTICAL_DISC ICON resources/optical_disc.ico
...
...
dlls/shell32/shresdef.h
View file @
a3ee1876
...
...
@@ -279,10 +279,15 @@
#define IDI_SHELL_EMPTY_RECYCLE_BIN_95 191
#define IDI_SHELL_FULL_RECYCLE_BIN_95 192
#define IDI_SHELL_WEB_FOLDERS 193
#define IDI_SHELL_PASSWORDS 194
/* 211 - 219 not used on Windows */
#define IDI_SHELL_USERS 220
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
#define IDI_SHELL_USERS_XP 269
#define IDI_SHELL_USERS_XP2 279
#define IDI_SHELL_OPTICAL_DISC 302
#define IDI_SHELL_FAVORITES_SMALL 322
...
...
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