3 Mar
2009
3 Mar
'09
12:11 a.m.
http://bugs.winehq.org/show_bug.cgi?id=17584 --- Comment #2 from Gabriele Moabiti <gabmoa(a)yahoo.it> 2009-03-02 18:11:10 --- Does it should be handled in this mode? case VK_ESCAPE: /* VK_ESCAPE gets handled by the dialog box window process */ if (!EDIT_IsInsideDialog(es)) return 1; /* 1 is right?*/ if (!(es->style & ES_MULTILINE)) SendMessageW(GetParent(es->hwndSelf), WM_COMMAND, IDCANCEL, (LPARAM)GetDlgItem( GetParent(es->hwndSelf), IDCANCEL ) ); -- 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.