Alex Henrie : shell32: Add modem folder icon.

Alexandre Julliard julliard at winehq.org
Wed Aug 22 16:12:30 CDT 2018


Module: wine
Branch: master
Commit: 76e77535c2598fb1075c229489ce25ae1842a429
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=76e77535c2598fb1075c229489ce25ae1842a429

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 21 20:37:46 2018 -0600

shell32: Add modem folder icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard 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 a6f1346..5b4d13b 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -516,6 +516,10 @@ IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
 /* @makedep: resources/trash_full.ico */
 IDI_SHELL_FULL_RECYCLE_BIN ICON resources/trash_full.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/folder.ico */
+IDI_MODEM_FOLDER ICON resources/folder.ico
+
 /* @makedep: resources/desktop.ico */
 IDI_SHELL_DESKTOP ICON resources/desktop.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index e3dc728..aa86c4e 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -202,6 +202,7 @@
 #define IDI_SHELL_FOLDER_OPEN_SMALL 31
 #define IDI_SHELL_EMPTY_RECYCLE_BIN 32
 #define IDI_SHELL_FULL_RECYCLE_BIN  33
+#define IDI_SHELL_MODEM_FOLDER      34
 #define IDI_SHELL_DESKTOP           35
 #define IDI_SHELL_CONTROL_PANEL     36
 #define IDI_SHELL_PRINTERS_FOLDER   38




More information about the wine-cvs mailing list