Commit 59520240 authored by Andrey Turkin's avatar Andrey Turkin Committed by Alexandre Julliard

shell32: Add explorer toolbar bitmaps.

parent 405ced09
......@@ -99,6 +99,18 @@ IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
/* @makedep: mydocs.ico */
IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico
/* @makedep: idb_tb_large.bmp */
IDB_TB_LG_LIGHT BITMAP idb_tb_large.bmp
/* @makedep: idb_tb_large.bmp */
IDB_TB_LG_DARK BITMAP idb_tb_large.bmp
/* @makedep: idb_tb_small.bmp */
IDB_TB_SM_LIGHT BITMAP idb_tb_small.bmp
/* @makedep: idb_tb_small.bmp */
IDB_TB_SM_DARK BITMAP idb_tb_small.bmp
/* @makedep: searching.avi */
IDR_AVI_SEARCHING AVI searching.avi
......
......@@ -193,4 +193,13 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
#define IDC_RUNDLG_EDITPATH 12298
#define IDC_RUNDLG_LABEL 12305
/* bitmaps */
/* explorer toolbar icons
* FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
*/
#define IDB_TB_LARGE_LIGHT 214
#define IDB_TB_LARGE_DARK 215
#define IDB_TB_SMALL_LIGHT 216
#define IDB_TB_SMALL_DARK 217
#endif
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