[Bug 5733] Cannot open AVI in delphi programs
http://bugs.winehq.org/show_bug.cgi?id=5733 xerox_xerox2000(a)yahoo.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 ------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-07 05:20 ------- oh, i see already, it's after 'importer->Kladdelok' right? something like this patch should help: diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index 4d83f2a..7111654 100644 --- a/dlls/shell32/shres.rc +++ b/dlls/shell32/shres.rc @@ -12040,6 +12040,9 @@ IDR_AVI_SEARCH AVI searching.avi /* BINRES filecopy.avi */ IDR_AVI_FILECOPY AVI searching.avi +/* BINRES unknown.avi */ +IDR_AVI_UNKNOWN AVI searching.avi + /*--------------------- END FIXME ------------------------*/ /* diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 7acd382..51a17c0 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -128,6 +128,7 @@ (also to limit shell32's size) */ #define IDR_AVI_SEARCH 150 #define IDR_AVI_SEARCHING 151 +#define IDR_AVI_UNKNOWN 160 #define IDR_AVI_FILECOPY 161 #endif i'll send a patch like this to wine-patches -- 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.
participants (1)
-
Wine Bugs