shell32: define one more avi resource

Louis. Lenders xerox_xerox2000 at yahoo.co.uk
Sat Jul 22 06:34:37 CDT 2006


Skipped content of type multipart/alternative-------------- next part --------------
diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc
index 4d83f2a..a3a38d6 100644
--- a/dlls/shell32/shres.rc
+++ b/dlls/shell32/shres.rc
@@ -12037,6 +12037,9 @@ IDR_AVI_SEARCHING AVI searching.avi
 /* BINRES search.avi */
 IDR_AVI_SEARCH AVI searching.avi

+/* BINRES filemove.avi */
+IDR_AVI_FILEMOVE AVI searching.avi
+
 /* BINRES filecopy.avi */
 IDR_AVI_FILECOPY AVI searching.avi

diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 7acd382..53455ed 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -128,6 +128,7 @@ (also to limit shell32's size)
 */
 #define IDR_AVI_SEARCH             150
 #define IDR_AVI_SEARCHING          151
+#define IDR_AVI_FILEMOVE           160
 #define IDR_AVI_FILECOPY           161

 #endif



More information about the wine-patches mailing list