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=80625 --- shadow/80625 2007-01-25 17:09:20.000000000 -0500 +++ shadow/80625.tmp.886 2007-01-25 17:12:38.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: GNU/Linux [Other] OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -19,6 +19,22 @@ On the 2.0 profile , MessageBox.Show (string, string) does not just display an OK button, but a Help button as well. It works fine on the 1.0 profile. To reproduce, compile and run the attached code snippet. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-25 17:12 ------- +It's not worth attaching, so let's add it inline: + +using System.Windows.Forms; + +class MainForm : Form +{ + static void Main () + { + MessageBox.Show ("This messagebox should by no means display" + + "a Help button, but only an OK button !!!!!!", "bug #80625"); + } +} + +Make sure to compile it gmcs. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
