[Bug 4657] shell32 missing an AVI resource

Wine Bugs wine-bugs at winehq.org
Thu Mar 2 15:48:20 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4657





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2006-02-03 15:48 -------
ok,a few questions then:
Question 1: is it really necessary to draw these resources? if i apply following
patch, and make an empty file "search.avi" in dlls/shell32 (touch
dlls/shell32/search.avi) the bug is already gone. 

diff -uN /tmp/wine/dlls/shell32/shres.rc dlls/shell32/shres.rc
--- /tmp/wine/dlls/shell32/shres.rc     2006-03-01 06:55:30.000000000 -0500
+++ dlls/shell32/shres.rc       2006-03-02 17:35:49.000000000 -0500
@@ -28,6 +28,8 @@

 #include "version.rc"

+0x97 AVI "search.avi"
+
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

 shv_accel ACCELERATORS


Question 2: If they need to be drawn, should they look like Microsoft's one's?
Or could it just be something very basic/simple. 

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list