Module: wine Branch: master Commit: c0c9400e3ce8ba99ae666a066825a96d77e695f7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c0c9400e3ce8ba99ae666a066... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Wed Aug 29 23:37:49 2018 -0600 shell32: Add MSN icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(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 73786ea..136e7b2 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -852,6 +852,10 @@ IDI_SHELL_MY_MUSIC ICON resources/mydocs.ico /* @makedep: resources/mydocs.ico */ IDI_SHELL_MY_VIDEOS ICON resources/mydocs.ico +/* FIXME: Following resource is not yet added */ +/* @makedep: resources/internet.ico */ +IDI_SHELL_MSN ICON resources/internet.ico + /* @makedep: resources/rename.ico */ IDI_SHELL_RENAME ICON resources/rename.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index ba0c0fa..57cea04 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -306,6 +306,7 @@ #define IDI_SHELL_MY_PICTURES 236 #define IDI_SHELL_MY_MUSIC 237 #define IDI_SHELL_MY_VIDEOS 238 +#define IDI_SHELL_MSN 239 #define IDI_SHELL_RENAME 242 #define IDI_SHELL_COPY 243 #define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
participants (1)
-
Alexandre Julliard