Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79640 --- shadow/79640 2006-10-11 04:54:15.000000000 -0400 +++ shadow/79640.tmp.28323 2006-10-11 04:54:15.000000000 -0400 @@ -0,0 +1,41 @@ +Bug#: 79640 +Product: Mono: Class Libraries +Version: unspecified +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Cosmetic +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Tool bar button text rendered incorectly + +Description of Problem: +The text on a tool bar button is rendered with "&" characters. On Windows, +this character is used to indicate that the following character is a +mnemonic and the actual "&" is not displayed. + + +Steps to reproduce the problem: +1. Create a form, place a tool bar on it and add a button to the toolbar. +2. Set the text of the button to something containing the "&" character. + +Actual Results: +The "&" character is visible. + +Expected Results: +The character after "&" acts as a mnemonic, or at least the "&" is not +displayed. + +How often does this happen? +Always. + +Additional Information: +A quick fix would be to simple remove the "&" from the text being rendered +on a tool bar button. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
