Louis Lenders : shell32: Define avi resource #164.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 6 08:03:51 CDT 2007


Module: wine
Branch: master
Commit: bd9f1fdded2726f142ebfba01b90a22beb000046
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bd9f1fdded2726f142ebfba01b90a22beb000046

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Sat Aug  4 19:33:08 2007 +0100

shell32: Define avi resource #164.

---

 dlls/shell32/shres.rc   |    3 +++
 dlls/shell32/shresdef.h |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc
index 5d8722e..a4ac724 100644
--- a/dlls/shell32/shres.rc
+++ b/dlls/shell32/shres.rc
@@ -12401,6 +12401,9 @@ IDR_AVI_FINDCOMPUTER AVI searching.avi
 /* BINRES filenuke.avi */
 IDR_AVI_FILENUKE AVI searching.avi
 
+/* BINRES filedelete.avi */
+IDR_AVI_FILEDELETE AVI searching.avi
+
 /*--------------------- END FIXME ------------------------*/
 
 /*
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 1e5c76f..3c76d05 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -154,5 +154,6 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
 #define IDR_AVI_FILEMOVE           160
 #define IDR_AVI_FILECOPY           161
 #define IDR_AVI_FILENUKE           163
+#define IDR_AVI_FILEDELETE         164
 
 #endif




More information about the wine-cvs mailing list