mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
[SHELL32] Add AVI file 151. By Jared Smudde. CORE-11638
svn path=/trunk/; revision=71960
This commit is contained in:
parent
56d0ed8cfd
commit
a275f7904a
3 changed files with 12 additions and 10 deletions
|
@ -1,3 +1,4 @@
|
|||
IDA_SHELL_SEARCHING_INDEX AVI "res/avis/151.avi"
|
||||
IDA_SHELL_COPY AVI "res/avis/160+161+167+168.avi"
|
||||
IDA_SHELL_COPY1 AVI "res/avis/160+161+167+168.avi"
|
||||
IDA_SHELL_COPY2 AVI "res/avis/160+161+167+168.avi"
|
||||
|
|
BIN
reactos/dll/win32/shell32/res/avis/151.avi
Normal file
BIN
reactos/dll/win32/shell32/res/avis/151.avi
Normal file
Binary file not shown.
|
@ -573,18 +573,19 @@
|
|||
* AVI resources
|
||||
*
|
||||
* windows shell32 has 14 of them: 150-152 and 160-170
|
||||
* FIXME: Add 150-152
|
||||
* FIXME: Add 150, 152
|
||||
*/
|
||||
|
||||
#define IDA_SHELL_COPY 160
|
||||
#define IDA_SHELL_COPY1 161
|
||||
#define IDA_SHELL_COPY2 167
|
||||
#define IDA_SHELL_COPY3 168
|
||||
#define IDA_SHELL_RECYCLE 162
|
||||
#define IDA_SHELL_EMPTY_RECYCLE 163
|
||||
#define IDA_SHELL_DELETE 164
|
||||
#define IDA_SHELL_DELETE1 169
|
||||
#define IDA_SHELL_DOWNLOAD 170
|
||||
#define IDA_SHELL_SEARCHING_INDEX 151
|
||||
#define IDA_SHELL_COPY 160
|
||||
#define IDA_SHELL_COPY1 161
|
||||
#define IDA_SHELL_COPY2 167
|
||||
#define IDA_SHELL_COPY3 168
|
||||
#define IDA_SHELL_RECYCLE 162
|
||||
#define IDA_SHELL_EMPTY_RECYCLE 163
|
||||
#define IDA_SHELL_DELETE 164
|
||||
#define IDA_SHELL_DELETE1 169
|
||||
#define IDA_SHELL_DOWNLOAD 170
|
||||
|
||||
/* Desktop Browser commands */
|
||||
#define FCIDM_DESKBROWSER_CLOSE 0xA004
|
||||
|
|
Loading…
Reference in a new issue