Module: wine Branch: stable Commit: 8621e99ad727d1551b6a6f5119b8c63de0bb6084 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8621e99ad727d1551b6a6f511...
Author: Alex Henrie alexhenrie24@gmail.com Date: Tue Aug 21 20:37:47 2018 -0600
shell32: Add application folder icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 694af9c6b78907c225e58c5a5de8bd8a4f3eb359) 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 1818030..5fa3d8b 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -460,6 +460,10 @@ IDI_SHELL_DESKTOP ICON resources/desktop.ico /* @makedep: resources/control.ico */ IDI_SHELL_CONTROL_PANEL ICON resources/control.ico
+/* FIXME: Following resource is not yet added */ +/* @makedep: resources/folder.ico */ +IDI_APP_FOLDER ICON resources/folder.ico + /* @makedep: resources/trash_file.ico */ IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 85f3d30..6ef24b4 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -201,6 +201,7 @@ #define IDI_SHELL_MODEM_FOLDER 34 #define IDI_SHELL_DESKTOP 35 #define IDI_SHELL_CONTROL_PANEL 36 +#define IDI_SHELL_APP_FOLDER 37 #define IDI_SHELL_PRINTERS_FOLDER 38 #define IDI_SHELL_FONTS_FOLDER 39 #define IDI_SHELL_REMOTE_PRINTER 140