i know that ‘&’ is considered a special character (defining a default
key-binding for wxMenu objects)
but, for wxStaticText objects with a ‘&’ character, it also affects the
appearance (for example ‘me&Bob’ appears as ‘me_Bob’)
is there anyway to overide this behavior? (i.e., so ‘me&Bob’ really appears
as ‘me&Bob’)