mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[SHELL32] Add two missing AVIs. By Jared Smudde. CORE-11641
svn path=/trunk/; revision=72968
This commit is contained in:
parent
e3d7748688
commit
25b64d3c35
4 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
IDA_SHELL_AUTOPLAY AVI "res/avis/150.avi"
|
||||
IDA_SHELL_SEARCHING_INDEX AVI "res/avis/151.avi"
|
||||
IDA_SHELL_COMPUTER_SEARCH AVI "res/avis/152.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/150.avi
Normal file
BIN
reactos/dll/win32/shell32/res/avis/150.avi
Normal file
Binary file not shown.
BIN
reactos/dll/win32/shell32/res/avis/152.avi
Normal file
BIN
reactos/dll/win32/shell32/res/avis/152.avi
Normal file
Binary file not shown.
|
@ -572,17 +572,19 @@
|
|||
* AVI resources
|
||||
*
|
||||
* windows shell32 has 14 of them: 150-152 and 160-170
|
||||
* FIXME: Add 150, 152
|
||||
* FIXME: Add 165, 166
|
||||
*/
|
||||
|
||||
#define IDA_SHELL_AUTOPLAY 150
|
||||
#define IDA_SHELL_SEARCHING_INDEX 151
|
||||
#define IDA_SHELL_COMPUTER_SEARCH 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_COPY2 167
|
||||
#define IDA_SHELL_COPY3 168
|
||||
#define IDA_SHELL_DELETE1 169
|
||||
#define IDA_SHELL_DOWNLOAD 170
|
||||
|
||||
|
|
Loading…
Reference in a new issue