diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index 4d83f2a0c91..a3a38d608ce 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 7acd3829095..53455ed07f9 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -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_SEARCHING 151 +#define IDR_AVI_FILEMOVE 160 #define IDR_AVI_FILECOPY 161 #endif