shell32: Define one more avi resource.

This commit is contained in:
Louis. Lenders 2006-07-22 12:34:37 +01:00 committed by Alexandre Julliard
parent dc0aad523b
commit e41cd2ff14
2 changed files with 4 additions and 0 deletions

View File

@ -12037,6 +12037,9 @@ IDR_AVI_SEARCHING AVI searching.avi
/* BINRES search.avi */ /* BINRES search.avi */
IDR_AVI_SEARCH AVI searching.avi IDR_AVI_SEARCH AVI searching.avi
/* BINRES filemove.avi */
IDR_AVI_FILEMOVE AVI searching.avi
/* BINRES filecopy.avi */ /* BINRES filecopy.avi */
IDR_AVI_FILECOPY AVI searching.avi IDR_AVI_FILECOPY AVI searching.avi

View File

@ -128,6 +128,7 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
*/ */
#define IDR_AVI_SEARCH 150 #define IDR_AVI_SEARCH 150
#define IDR_AVI_SEARCHING 151 #define IDR_AVI_SEARCHING 151
#define IDR_AVI_FILEMOVE 160
#define IDR_AVI_FILECOPY 161 #define IDR_AVI_FILECOPY 161
#endif #endif