Commit 4213781a authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add play icon.

Adapted from media-playback-start in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 2e703dbc
......@@ -87,6 +87,7 @@ SVG_SRCS = \
resources/network.svg \
resources/optical_disc.svg \
resources/optical_drive.svg \
resources/play.svg \
resources/printer.svg \
resources/ramdisk.svg \
resources/recent.svg \
......
......@@ -875,6 +875,9 @@ IDI_SHELL_UPLOAD ICON resources/internet.ico
/* @makedep: resources/printer.ico */
IDI_SHELL_PRINT ICON resources/printer.ico
/* @makedep: resources/play.ico */
IDI_SHELL_PLAY ICON resources/play.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico
......
......@@ -313,6 +313,7 @@
#define IDI_SHELL_COPY 243
#define IDI_SHELL_UPLOAD 244
#define IDI_SHELL_PRINT 245
#define IDI_SHELL_PLAY 246
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
#define IDI_SHELL_NEW_NETWORK_FOLDER 258
#define IDI_SHELL_WRITE_DISC 260
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment