Alex Henrie : shell32: Add modem folder icon.
Module: wine Branch: stable Commit: 1a0ddf7cc75e29478f158685425d45a29f6c1b4f URL: https://source.winehq.org/git/wine.git/?a=commit;h=1a0ddf7cc75e29478f1586854... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Aug 21 20:37:46 2018 -0600 shell32: Add modem folder icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit 76e77535c2598fb1075c229489ce25ae1842a429) Signed-off-by: Michael Stefaniuc <mstefani(a)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 e2a75d0..1818030 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -450,6 +450,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 3318799..85f3d30 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -198,6 +198,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
participants (1)
-
Alexandre Julliard