[Bug 24698] Explorer++ doesn't show file icons

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 11 10:14:30 CST 2013


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

Teo <cruonit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cruonit at gmail.com

--- Comment #4 from Teo <cruonit at gmail.com> 2013-01-11 10:14:30 CST ---
I think this is the problem:

static INT LISTVIEW_SetView(LISTVIEW_INFO *infoPtr, DWORD nView)
09041 { 
09042 SIZE oldIconSize = infoPtr->iconSize; 
09043 HIMAGELIST himl; 
09044 
09045 if (infoP ((INT)nView tr->uView == nView) return 1; 
09046 
09047 if < 0 || nView > LV_VIEW_MAX) return -1; 
09048 if (nView == LV_VIEW_TILE) 
09049 { 
09050 FIXME("View LV_VIEW_TILE unimplemented\n"); 
09051 return -1; 
09052 }


the same thing in my application:
http://pokit.org/get/img/172f868505c38c1f41ab79f3add90133.png

same .exe:
http://pokit.org/get/img/f044f531fef484bb5c069a4a4c1f2519.png

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list