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:
parent
c998667bf0
commit
ed24889dad
Binary file not shown.
After Width: | Height: | Size: 838 B |
Binary file not shown.
After Width: | Height: | Size: 838 B |
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue