http://bugs.winehq.org/show_bug.cgi?id=3330
Summary: Delete Icon missing from Tollbar Product: Wine Version: 20050830 Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: craig@nch.com.au
We have a Windows application written using C++ and Win32 API calls only (no MFC, .NET etc). In this application we create a toolbar and one of the button is a delete button. For the icon we specify it as STD_DELETE as the standard Windows delete icon.
When we use the application in Windows XP/2000 it works correctly. Under Wine the button is blank.
Is this a bug or a design/copywright issue when you are not using the standard icons?