Bug in wxAcceleratorEntry ToString?

Franky Braem f.braem at skynet.be
Mon Jan 22 12:40:04 PST 2007


When I set CTRL_F1 as accelerator key in my application. I see this as a 
result in ToString: "Ctrl-Ŕ"

The problem is that the check ( wxIsalnum(code) ) returns true for CTRL 
F1 (code is 340).

My application is build in UNICODE (is this the problem?), wx 2.8

Franky.






More information about the wx-users mailing list