Module: wine Branch: refs/heads/master Commit: e41cd2ff140b8288256b70f810f190aabbdeda4d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e41cd2ff140b8288256b70f8...
Author: Louis. Lenders xerox_xerox2000@yahoo.co.uk Date: Sat Jul 22 12:34:37 2006 +0100
shell32: Define one more avi resource.
---
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 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