Module: wine Branch: stable Commit: 1ec686de28722c6ea5b2d285147361f8ab1774b7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ec686de28722c6ea5b2d2851...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Aug 29 23:37:52 2018 -0600
shell32: Add upload icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit d721c454e66d28429acbcfb231d70f035347b3c9) Signed-off-by: Michael Stefaniuc mstefani@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 50836e9..36d2762 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -802,6 +802,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 ec9a1b3..7430751 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -307,6 +307,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