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
63767f4b
Commit
63767f4b
authored
Aug 30, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Aug 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add users icon.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
618441bb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
9 deletions
+7
-9
Makefile.in
dlls/shell32/Makefile.in
+1
-0
users.ico
dlls/shell32/resources/users.ico
+0
-0
users.svg
dlls/shell32/resources/users.svg
+0
-0
shell32.rc
dlls/shell32/shell32.rc
+6
-9
No files found.
dlls/shell32/Makefile.in
View file @
63767f4b
...
...
@@ -102,5 +102,6 @@ SVG_SRCS = \
resources/trash_file.svg
\
resources/trash_full.svg
\
resources/update.svg
\
resources/users.svg
\
resources/video.svg
\
resources/window.svg
dlls/shell32/resources/users.ico
0 → 100644
View file @
63767f4b
56.2 KB
dlls/shell32/resources/users.svg
0 → 100644
View file @
63767f4b
This diff is collapsed.
Click to expand it.
dlls/shell32/shell32.rc
View file @
63767f4b
...
...
@@ -789,9 +789,8 @@ IDI_SHELL_RESTRICTED ICON resources/restricted.ico
/* @makedep: resources/folder.ico */
IDI_SHELL_DEFAULT_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS ICON resources/security.ico
/* @makedep: resources/users.ico */
IDI_SHELL_USERS ICON resources/users.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_POWER_OFF ICON resources/shut_down.ico
...
...
@@ -916,13 +915,11 @@ IDI_SHELL_BURN_DISC ICON resources/optical_disc.ico
/* @makedep: resources/folder.ico */
IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS_XP ICON resources/security.ico
/* @makedep: resources/users.ico */
IDI_SHELL_USERS_XP ICON resources/users.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS_XP2 ICON resources/security.ico
/* @makedep: resources/users.ico */
IDI_SHELL_USERS_XP2 ICON resources/users.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_drive.ico */
...
...
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