From bd9f1fdded2726f142ebfba01b90a22beb000046 Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Sat, 4 Aug 2007 19:33:08 +0100 Subject: [PATCH] shell32: Define avi resource #164. --- dlls/shell32/shres.rc | 3 +++ dlls/shell32/shresdef.h | 1 + 2 files changed, 4 insertions(+) diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index 5d8722e4764..a4ac7242e55 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 1e5c76fbe04..3c76d05f96a 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