shell32: Add network connections icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-27 20:40:59 -06:00 committed by Alexandre Julliard
parent fa1bf3b30f
commit 19c364bd0d
2 changed files with 4 additions and 0 deletions

View File

@ -704,6 +704,9 @@ IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
/* @makedep: resources/folder.ico */
IDI_SHELL_CHECKLIST_FOLDER ICON resources/folder.ico
/* @makedep: resources/network.ico */
IDI_SHELL_NET_CONNECTIONS ICON resources/network.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico

View File

@ -262,6 +262,7 @@
#define IDI_SHELL_NETWORK_FOLDER 172
#define IDI_SHELL_FAVORITES_FOLDER 173
#define IDI_SHELL_CHECKLIST_FOLDER 174
#define IDI_SHELL_NET_CONNECTIONS 175
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243