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
fe157e54
Commit
fe157e54
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 one-click-open and two-click-open icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
408bbe56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
shell32.rc
dlls/shell32/shell32.rc
+8
-0
shresdef.h
dlls/shell32/shresdef.h
+2
-0
No files found.
dlls/shell32/shell32.rc
View file @
fe157e54
...
...
@@ -746,6 +746,14 @@ IDI_SHELL_MAXIMIZED_WINDOW ICON resources/window.ico
/* @makedep: resources/window.ico */
IDI_SHELL_FLOATING_WINDOWS ICON resources/window.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder_open.ico */
IDI_SHELL_ONE_CLICK_OPEN ICON resources/folder_open.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder_open.ico */
IDI_SHELL_TWO_CLICK_OPEN ICON resources/folder_open.ico
/* @makedep: resources/internet.ico */
IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
...
...
dlls/shell32/shresdef.h
View file @
fe157e54
...
...
@@ -273,6 +273,8 @@
#define IDI_SHELL_WINDOW_WITHOUT_SIDEBAR 183
#define IDI_SHELL_MAXIMIZED_WINDOW 184
#define IDI_SHELL_FLOATING_WINDOWS 185
#define IDI_SHELL_ONE_CLICK_OPEN 186
#define IDI_SHELL_TWO_CLICK_OPEN 187
#define IDI_SHELL_WEB_FOLDERS 193
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_RENAME 242
...
...
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