Louis Lenders : shell32: Define a few more icon resources.
Module: wine Branch: master Commit: d14d772f800c6ca9474a5bebe53854cb598e4874 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d14d772f800c6ca9474a5bebe5... Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> Date: Thu Nov 16 09:50:50 2006 +0000 shell32: Define a few more icon resources. --- dlls/shell32/shres.rc | 5 +++++ dlls/shell32/shresdef.h | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index c9757dd..9e01c65 100644 --- a/dlls/shell32/shres.rc +++ b/dlls/shell32/shres.rc @@ -732,6 +732,11 @@ IDI_SHELL_FOLDER_OPEN ICON folder_open.i '00 00 C0 7F A0 9A E0 FF 00 00 FF FF 9A A0' } */ +/* FIXME: Following three resources are not yet added */ +IDI_SHELL_FOLDER_OPEN_SMALL ICON folder_open.ico +IDI_SHELL_FOLDER_OPEN_LARGE ICON folder_open.ico +IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico + /* BINRES floppy.ico */ IDI_SHELL_FLOPPY ICON floppy.ico /* { diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index ab475eb..eafd650 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -118,9 +118,12 @@ #define IDI_SHELL_PRINTER 17 #define IDI_SHELL_MY_NETWORK_PLACES 18 #define IDI_SHELL_COMPUTERS_NEAR_ME 19 +#define IDI_SHELL_FOLDER_SMALL_XP 20 #define IDI_SHELL_SEARCH 23 #define IDI_SHELL_HELP 24 +#define IDI_SHELL_FOLDER_OPEN_LARGE 29 #define IDI_SHELL_SHORTCUT 30 +#define IDI_SHELL_FOLDER_OPEN_SMALL 31 #define IDI_SHELL_EMPTY_RECYCLE_BIN 32 #define IDI_SHELL_FULL_RECYCLE_BIN 33 #define IDI_SHELL_DESKTOP 35
participants (1)
-
Alexandre Julliard