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
9fef0a3f
Commit
9fef0a3f
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 "add printer" icon.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bee0d3af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
shell32.rc
dlls/shell32/shell32.rc
+4
-0
shresdef.h
dlls/shell32/shresdef.h
+1
-0
No files found.
dlls/shell32/shell32.rc
View file @
9fef0a3f
...
...
@@ -607,6 +607,10 @@ IDI_SHELL_OPTIONS ICON resources/control.ico
/* @makedep: resources/folder.ico */
IDI_SHELL_PRINTERS_FOLDER_XP ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_ADD_PRINTER ICON resources/printer.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
...
...
dlls/shell32/shresdef.h
View file @
9fef0a3f
...
...
@@ -230,6 +230,7 @@
/* 136 not used on Windows */
#define IDI_SHELL_OPTIONS 137
#define IDI_SHELL_PRINTERS_FOLDER_XP 138
#define IDI_SHELL_ADD_PRINTER 139
#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