diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index d02b6b4d43a..5d8722e4764 100644 --- a/dlls/shell32/shres.rc +++ b/dlls/shell32/shres.rc @@ -12398,6 +12398,9 @@ IDR_AVI_FILECOPY AVI searching.avi /* BINRES findcomputer.avi */ IDR_AVI_FINDCOMPUTER AVI searching.avi +/* BINRES filenuke.avi */ +IDR_AVI_FILENUKE AVI searching.avi + /*--------------------- END FIXME ------------------------*/ /* diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index dfcd339a750..3619353ec8c 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -150,5 +150,6 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi #define IDR_AVI_FINDCOMPUTER 152 #define IDR_AVI_FILEMOVE 160 #define IDR_AVI_FILECOPY 161 +#define IDR_AVI_FILENUKE 163 #endif