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
5feff640
Commit
5feff640
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 fax machine icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a3ee1876
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
shell32.rc
dlls/shell32/shell32.rc
+16
-0
shresdef.h
dlls/shell32/shresdef.h
+5
-0
No files found.
dlls/shell32/shell32.rc
View file @
5feff640
...
...
@@ -767,6 +767,22 @@ IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
IDI_SHELL_PASSWORDS ICON resources/security.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_DEFAULT_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_DEFAULT_NETWORK_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_NETWORK_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS ICON resources/security.ico
...
...
dlls/shell32/shresdef.h
View file @
5feff640
...
...
@@ -280,6 +280,11 @@
#define IDI_SHELL_FULL_RECYCLE_BIN_95 192
#define IDI_SHELL_WEB_FOLDERS 193
#define IDI_SHELL_PASSWORDS 194
/* 195 not used on Windows */
#define IDI_SHELL_FAX 196
#define IDI_SHELL_DEFAULT_FAX 197
#define IDI_SHELL_DEFAULT_NETWORK_FAX 198
#define IDI_SHELL_NETWORK_FAX 199
/* 211 - 219 not used on Windows */
#define IDI_SHELL_USERS 220
#define IDI_SHELL_MY_DOCUMENTS 235
...
...
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