[SHELL32] Add two missing AVIs. By Jared Smudde. CORE-11641
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 13 Oct 2016 21:46:39 +0000 (21:46 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 13 Oct 2016 21:46:39 +0000 (21:46 +0000)
svn path=/trunk/; revision=72968

reactos/dll/win32/shell32/avi_res.rc
reactos/dll/win32/shell32/res/avis/150.avi [new file with mode: 0644]
reactos/dll/win32/shell32/res/avis/152.avi [new file with mode: 0644]
reactos/dll/win32/shell32/shresdef.h

index 67ecf92..89d958d 100644 (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"
diff --git a/reactos/dll/win32/shell32/res/avis/150.avi b/reactos/dll/win32/shell32/res/avis/150.avi
new file mode 100644 (file)
index 0000000..f967a07
Binary files /dev/null and b/reactos/dll/win32/shell32/res/avis/150.avi differ
diff --git a/reactos/dll/win32/shell32/res/avis/152.avi b/reactos/dll/win32/shell32/res/avis/152.avi
new file mode 100644 (file)
index 0000000..f14a65d
Binary files /dev/null and b/reactos/dll/win32/shell32/res/avis/152.avi differ
index 51e6947..19ef30e 100644 (file)
  * 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