shell32: Add bitmap resources for ids 133 and 134.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2018-10-24 15:28:10 +03:00 committed by Alexandre Julliard
parent c998667bf0
commit ed24889dad
4 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B

View file

@ -1064,6 +1064,12 @@ IDI_SHELL_RESTRICTED2 ICON resources/restricted.ico
/* @makedep: resources/internet.ico */
IDI_SHELL_WEB_BROWSER ICON resources/internet.ico
/* @makedep: resources/idb_sort_incr.bmp */
IDB_SORT_INCR BITMAP resources/idb_sort_incr.bmp
/* @makedep: resources/idb_sort_decr.bmp */
IDB_SORT_DECR BITMAP resources/idb_sort_decr.bmp
/* @makedep: resources/idb_tb_large.bmp */
IDB_TB_LARGE_LIGHT BITMAP resources/idb_tb_large.bmp

View file

@ -424,6 +424,9 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
#define IDC_FPROP_ARCHIVE 13021
/* bitmaps */
#define IDB_SORT_INCR 133
#define IDB_SORT_DECR 134
/* explorer toolbar icons
* FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
*/