Alex Henrie : shell32: Add multimedia file icon.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 15:09:35 CST 2018


Module: wine
Branch: stable
Commit: 8addc609f25c1065dc6a8cf4b852ee7fcda564c5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8addc609f25c1065dc6a8cf4b852ee7fcda564c5

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Thu Aug 30 21:41:16 2018 -0600

shell32: Add multimedia file icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 618441bb92f666363b07817621b35ab9f5f03339)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/shell32/shell32.rc | 4 ++++
 dlls/shell32/shresdef.h | 1 +
 2 files changed, 5 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index b3ab03e..bd70fbe 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -748,6 +748,10 @@ IDI_SHELL_AUDIO_FILE ICON resources/audio.ico
 IDI_SHELL_IMAGE_FILE ICON resources/image.ico
 
 /* FIXME: Following resource is not yet added */
+/* @makedep: resources/video.ico */
+IDI_SHELL_MULTIMEDIA_FILE ICON resources/video.ico
+
+/* FIXME: Following resource is not yet added */
 /* @makedep: resources/optical_disc.ico */
 IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 1ac98a9..53a9f33 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -292,6 +292,7 @@
 #define IDI_SHELL_VIDEO_FILE       224
 #define IDI_SHELL_AUDIO_FILE       225
 #define IDI_SHELL_IMAGE_FILE       226
+#define IDI_SHELL_MULTIMEDIA_FILE  227
 #define IDI_SHELL_MUSIC_CD_95      228
 #define IDI_SHELL_CARD_READER      229
 #define IDI_SHELL_ZIP_DRIVE        230




More information about the wine-cvs mailing list