http://bugs.winehq.org/show_bug.cgi?id=20299
Summary: AutoCAD 2008: No images on buttons from Quick Help Toolbar Product: Wine Version: 1.1.31 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=24000) --> (http://bugs.winehq.org/attachment.cgi?id=24000) Quick Help Toolbar
Problem is showed in attachment. Particularly the images on the buttons disappeared in Wine 1.1.31. These button are on the right of "Type a question for help"
I did regression test and that is what I received
c2202929ab4b6d1ce379865dfd8904186814f265 is first bad commit commit c2202929ab4b6d1ce379865dfd8904186814f265 Author: Joel Holdsworth joel@airwebreathe.org.uk Date: Mon Jun 29 19:10:36 2009 +0100
user32: Fixed CURSORICON_CreateIconFromBMI to preserve the alpha channel.
:040000 040000 a16e47d4a4ed568eb8e3fa4f4e84b20b7b7ceffd b2022d036c05cc39c0ae217a9ba0bb2ffa82dfd9 M dlls
After doing git show c2202929ab4b6d1ce379865dfd8904186814f265 | patch -p1 -R I get patching file dlls/user32/cursoricon.c Unreversed patch detected! Ignore -R? [n] Apply anyway? [n] Skipping patch. 6 out of 6 hunks ignored -- saving rejects to file dlls/user32/cursoricon.c.rej
So I failed to revert this patch.