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
5f82532b
Commit
5f82532b
authored
Aug 26, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Aug 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add rights icon.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
66145782
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
Makefile.in
dlls/shell32/Makefile.in
+1
-0
lock.ico
dlls/shell32/resources/lock.ico
+0
-0
lock.svg
dlls/shell32/resources/lock.svg
+0
-0
shell32.rc
dlls/shell32/shell32.rc
+3
-0
shresdef.h
dlls/shell32/shresdef.h
+1
-0
No files found.
dlls/shell32/Makefile.in
View file @
5f82532b
...
...
@@ -75,6 +75,7 @@ SVG_SRCS = \
resources/folder_open.svg
\
resources/help.svg
\
resources/internet.svg
\
resources/lock.svg
\
resources/log_off.svg
\
resources/menu.svg
\
resources/mycomputer.svg
\
...
...
dlls/shell32/resources/lock.ico
0 → 100644
View file @
5f82532b
32 KB
dlls/shell32/resources/lock.svg
0 → 100644
View file @
5f82532b
This diff is collapsed.
Click to expand it.
dlls/shell32/shell32.rc
View file @
5f82532b
...
...
@@ -566,6 +566,9 @@ IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico
/* @makedep: resources/update.ico */
IDI_SHELL_UPDATE ICON resources/update.ico
/* @makedep: resources/lock.ico */
IDI_SHELL_RIGHTS ICON resources/lock.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
...
...
dlls/shell32/shresdef.h
View file @
5f82532b
...
...
@@ -216,6 +216,7 @@
#define IDI_SHELL_LOG_OFF 45
#define IDI_SHELL_SEARCH_FOLDER 46
#define IDI_SHELL_UPDATE 47
#define IDI_SHELL_RIGHTS 48
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142
...
...
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