mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
change run icon as a few people wanted something more fitting and add 2 more icons to the system imagelist
svn path=/trunk/; revision=24295
This commit is contained in:
parent
cc033012dd
commit
1d1b74fa19
6 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,7 @@ IDI_SHELL_CONTROL_PANEL2 ICON "res/icons/36.ico"
|
|||
IDI_SHELL_PROGRAMS_FOLDER2 ICON "res/icons/37.ico"
|
||||
IDI_SHELL_PRINTERS_FOLDER ICON "res/icons/38.ico"
|
||||
IDI_SHELL_FONTS_FOLDER ICON "res/icons/39.ico"
|
||||
IDI_SHELL_TSKBAR_STARTMENU ICON "res/icons/40.ico"
|
||||
IDI_SHELL_CD_MUSIC ICON "res/icons/41.ico"
|
||||
IDI_SHELL_FAVORITES ICON "res/icons/44.ico"
|
||||
IDI_SHELL_LOGOFF ICON "res/icons/45.ico"
|
||||
|
@ -40,6 +41,7 @@ IDI_SHELL_EXPLORER ICON "res/icons/46.ico"
|
|||
// "res/icons/47.ico"
|
||||
IDI_SHELL_LOCKED ICON "res/icons/48.ico"
|
||||
// "res/icons/54.ico"
|
||||
IDI_SHELL_FIND_IN_FILE ICON "res/icons/134.ico"
|
||||
IDI_SHELL_CONTROL_PANEL3 ICON "res/icons/137.ico"
|
||||
IDI_SHELL_PRINTER2 ICON "res/icons/138.ico"
|
||||
IDI_SHELL_INF_FILE ICON "res/icons/151.ico"
|
||||
|
|
BIN
reactos/dll/win32/shell32/res/icons/134.ico
Normal file
BIN
reactos/dll/win32/shell32/res/icons/134.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
BIN
reactos/dll/win32/shell32/res/icons/40.ico
Normal file
BIN
reactos/dll/win32/shell32/res/icons/40.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -133,6 +133,7 @@
|
|||
#define IDI_SHELL_PROGRAMS_FOLDER2 37
|
||||
#define IDI_SHELL_PRINTERS_FOLDER 38
|
||||
#define IDI_SHELL_FONTS_FOLDER 39
|
||||
#define IDI_SHELL_TSKBAR_STARTMENU 40
|
||||
#define IDI_SHELL_CD_MUSIC 41
|
||||
#define IDI_SHELL_FAVORITES 44
|
||||
#define IDI_SHELL_LOGOFF 45
|
||||
|
@ -140,6 +141,8 @@
|
|||
|
||||
#define IDI_SHELL_LOCKED 48
|
||||
|
||||
#define IDI_SHELL_FIND_IN_FILE 134
|
||||
|
||||
#define IDI_SHELL_CONTROL_PANEL3 137
|
||||
#define IDI_SHELL_PRINTER2 138
|
||||
#define IDI_SHELL_INF_FILE 151
|
||||
|
|
Loading…
Reference in a new issue