Module: wine Branch: master Commit: c231fd6872e815bbf571095e81a00ff932ff0678 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c231fd6872e815bbf571095e81...
Author: Louis Lenders xerox_xerox2000@yahoo.co.uk Date: Fri Dec 8 08:05:19 2006 +0000
shell32: Define AVI resource 152.
---
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 9e01c65..d02b6b4 100644 --- a/dlls/shell32/shres.rc +++ b/dlls/shell32/shres.rc @@ -12395,6 +12395,9 @@ IDR_AVI_FILEMOVE AVI searching.avi /* BINRES filecopy.avi */ IDR_AVI_FILECOPY AVI searching.avi
+/* BINRES findcomputer.avi */ +IDR_AVI_FINDCOMPUTER AVI searching.avi + /*--------------------- END FIXME ------------------------*/
/* diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index eafd650..422acc4 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -141,6 +141,7 @@ FIXME: Need to add them, but for now jus */ #define IDR_AVI_SEARCH 150 #define IDR_AVI_SEARCHING 151 +#define IDR_AVI_FINDCOMPUTER 152 #define IDR_AVI_FILEMOVE 160 #define IDR_AVI_FILECOPY 161