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
5e53fb4b
Commit
5e53fb4b
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 remaining folder icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1cd138af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
shell32.rc
dlls/shell32/shell32.rc
+36
-0
shresdef.h
dlls/shell32/shresdef.h
+10
-0
No files found.
dlls/shell32/shell32.rc
View file @
5e53fb4b
...
...
@@ -786,12 +786,28 @@ IDI_SHELL_NETWORK_FAX ICON resources/printer.ico
IDI_SHELL_RESTRICTED ICON resources/restricted.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_DEFAULT_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS ICON resources/security.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_PICTURES ICON resources/mydocs.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_MUSIC ICON resources/mydocs.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_VIDEOS ICON resources/mydocs.ico
/* @makedep: resources/rename.ico */
IDI_SHELL_RENAME ICON resources/rename.ico
...
...
@@ -802,6 +818,18 @@ IDI_SHELL_COPY ICON resources/copy.ico
IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_NEW_NETWORK_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_TO_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS_XP ICON resources/security.ico
...
...
@@ -812,9 +840,17 @@ IDI_SHELL_USERS_XP2 ICON resources/security.ico
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_OPTICAL_DISC ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_NEW_FOLDER ICON resources/folder.ico
/* @makedep: resources/favorites.ico */
IDI_SHELL_FAVORITES_SMALL ICON resources/favorites.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_APP_FOLDER_SMALL ICON resources/folder.ico
/* @makedep: resources/restricted.ico */
IDI_SHELL_RESTRICTED2 ICON resources/restricted.ico
...
...
dlls/shell32/shresdef.h
View file @
5e53fb4b
...
...
@@ -286,16 +286,26 @@
#define IDI_SHELL_DEFAULT_NETWORK_FAX 198
#define IDI_SHELL_NETWORK_FAX 199
#define IDI_SHELL_RESTRICTED 200
/* 201 - 209 not used on Windows */
#define IDI_SHELL_DEFAULT_FOLDER 210
/* 211 - 219 not used on Windows */
#define IDI_SHELL_USERS 220
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_PICTURES 236
#define IDI_SHELL_MY_MUSIC 237
#define IDI_SHELL_MY_VIDEOS 238
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
#define IDI_SHELL_NEW_NETWORK_FOLDER 258
#define IDI_SHELL_TO_FOLDER 264
#define IDI_SHELL_SHARED_FOLDER 267
#define IDI_SHELL_USERS_XP 269
#define IDI_SHELL_USERS_XP2 279
#define IDI_SHELL_OPTICAL_DISC 302
#define IDI_SHELL_NEW_FOLDER 319
#define IDI_SHELL_FAVORITES_SMALL 322
#define IDI_SHELL_APP_FOLDER_SMALL 326
#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