http://bugs.winehq.org/show_bug.cgi?id=13867 --- Comment #10 from GameZelda <gamezelda2(a)gmail.com> 2008-12-23 03:17:53 --- I've found a solution for the problem (at least for Hex Workshop and the test application). Can someone test if it also works with WinSPC? (Based on Wine 1.1.11 source): File: dll/comctl32/listview.c LINE 527: FROM: return bt == LPSTR_TEXTCALLBACKW ? 0 : -1; TO: return bt == LPSTR_TEXTCALLBACKW ? 1 : -1; Line 3621: FROM: if (lpSubItem->hdr.pszText != lpLVItem->pszText) TO: if (textcmpWT(lpSubItem->hdr.pszText, lpLVItem->pszText, isW)) Thanks. -- 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.