- // escapes the mnemonics characters ('&') by doubling them
- static wxString EscapeMnemonics(const wxString& str);
+ // return the accel index in the string or -1 if none and puts the modified
+ // string into second parameter if non NULL
+ static int FindAccelIndex(const wxString& label,
+ wxString *labelOnly = NULL);