Alex Henrie : shell32: Add 512k and 314k floppy drive icons.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 14 22:09:59 2018 -0600

shell32: Add 512k and 314k floppy drive icons.

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

---

 dlls/shell32/shell32.rc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 71db7f0..bcdbea0 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -376,6 +376,14 @@ IDI_SHELL_FOLDER_OPEN_LARGE ICON folder_open.ico
 /* @makedep: folder_open.ico */
 IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: floppy.ico */
+IDI_SHELL_5_12_FLOPPY ICON floppy.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: floppy.ico */
+IDI_SHELL_3_14_FLOPPY ICON floppy.ico
+
 /* @makedep: floppy.ico */
 IDI_SHELL_FLOPPY ICON floppy.ico
 




More information about the wine-cvs mailing list