http://mahogany.sourceforge.net/cgi-bin/show_bug.cgi?id=675

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2002-09-02 01:32 -------
This was not a typo. When entering wxFolderView::HandleCharEvent(wxKeyEvent&), 
key gets initialized to 324 (decimal) which is equal to WXK_INSERT. But in the 
switch statement, the default branch is taken and, on line 4089 of 
wxFolderView.cpp, the line

  key = toupper(key);

makes key equal to 68 (i.e. 'D'), which is why a delete command is executed. I 
guess toupper should not be called with a value like 324...




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to