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
4c1a5099
Commit
4c1a5099
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 remaining small icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1a924932
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
shell32.rc
dlls/shell32/shell32.rc
+15
-0
shresdef.h
dlls/shell32/shresdef.h
+5
-0
No files found.
dlls/shell32/shell32.rc
View file @
4c1a5099
...
...
@@ -1032,13 +1032,28 @@ IDI_SHELL_SEARCH_SMALL ICON resources/search.ico
/* @makedep: resources/help.ico */
IDI_SHELL_HELP_SMALL ICON resources/help.ico
/* @makedep: resources/log_off.ico */
IDI_SHELL_LOG_OFF_SMALL ICON resources/log_off.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_APP_FOLDER_SMALL ICON resources/folder.ico
/* @makedep: resources/recent.ico */
IDI_SHELL_RECENT_SMALL ICON resources/recent.ico
/* @makedep: resources/window.ico */
IDI_SHELL_RUN_SMALL ICON resources/window.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_POWER_OFF_SMALL ICON resources/shut_down.ico
/* @makedep: resources/control.ico */
IDI_SHELL_CONTROL_PANEL_SMALL ICON resources/control.ico
/* @makedep: resources/eject.ico */
IDI_SHELL_EJECT_SMALL ICON resources/eject.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/search.ico */
IDI_SHELL_SEARCH_DIRECTORY ICON resources/search.ico
...
...
dlls/shell32/shresdef.h
View file @
4c1a5099
...
...
@@ -358,8 +358,13 @@
#define IDI_SHELL_FAVORITES_SMALL 322
#define IDI_SHELL_SEARCH_SMALL 323
#define IDI_SHELL_HELP_SMALL 324
#define IDI_SHELL_LOG_OFF_SMALL 325
#define IDI_SHELL_APP_FOLDER_SMALL 326
#define IDI_SHELL_RECENT_SMALL 327
#define IDI_SHELL_RUN_SMALL 328
#define IDI_SHELL_POWER_OFF_SMALL 329
#define IDI_SHELL_CONTROL_PANEL_SMALL 330
#define IDI_SHELL_EJECT_SMALL 331
/* 332 - 336 not used on Windows */
#define IDI_SHELL_SEARCH_DIRECTORY 337
#define IDI_SHELL_RESTRICTED2 338
...
...
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