[PATCH 13/15] shell32: Add upload icon

Alex Henrie alexhenrie24 at gmail.com
Thu Aug 30 00:37:52 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 181695f792..16fe395a43 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -875,6 +875,10 @@ IDI_SHELL_RENAME ICON resources/rename.ico
 /* @makedep: resources/copy.ico */
 IDI_SHELL_COPY ICON resources/copy.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/internet.ico */
+IDI_SHELL_UPLOAD ICON resources/internet.ico
+
 /* @makedep: resources/trash_file.ico */
 IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 87b083ff0e..1111a8fde0 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -313,6 +313,7 @@
 #define IDI_SHELL_MOVE             241
 #define IDI_SHELL_RENAME           242
 #define IDI_SHELL_COPY             243
+#define IDI_SHELL_UPLOAD           244
 #define IDI_SHELL_EMPTY_RECYCLE_BIN2       254
 #define IDI_SHELL_NEW_NETWORK_FOLDER       258
 #define IDI_SHELL_WRITE_DISC       260
-- 
2.18.0




More information about the wine-devel mailing list