Commit ed24889d authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

shell32: Add bitmap resources for ids 133 and 134.

parent c998667b
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment