[SHELL32] Add two missing AVIs. By Jared Smudde. CORE-11641

svn path=/trunk/; revision=72968
This commit is contained in:
Amine Khaldi 2016-10-13 21:46:39 +00:00
parent e3d7748688
commit 25b64d3c35
4 changed files with 7 additions and 3 deletions

View file

@ -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"

Binary file not shown.

Binary file not shown.

View file

@ -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