Louis Lenders : shell32: Define icon resource 319.
Module: wine Branch: master Commit: 51beb857bd99edecbeb4eecf0df50902d903a0e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=51beb857bd99edecbeb4eecf0d... Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> Date: Mon Aug 15 22:11:02 2011 +0200 shell32: Define icon resource 319. --- dlls/shell32/shell32.rc | 4 ++++ dlls/shell32/shresdef.h | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index eae541d..9eeaea7 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -353,6 +353,10 @@ IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico /* @makedep: mydocs.ico */ IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico +/* FIXME: Following resource is not yet added */ +/* @makedep: mydocs.ico */ +IDI_SHELL_FAVORITES ICON mydocs.ico + /* @makedep: idb_tb_large.bmp */ IDB_TB_LARGE_LIGHT BITMAP idb_tb_large.bmp diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 526b984..1c3a381 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -217,6 +217,7 @@ #define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169 #define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170 #define IDI_SHELL_MY_DOCUMENTS 235 +#define IDI_SHELL_FAVORITES 319 /* AVI resources, windows shell32 has 14 of them: 150-152 and 160-170
participants (1)
-
Alexandre Julliard