[Mono-winforms-list] Control

Miguel de Icaza miguel@ximian.com
22 Aug 2003 10:55:44 -0400


Hello Brian,

> Unreachable code detected.
> line 2845.
> Commented out break keyword.

You might want to consider keeping the pristine original file around,
and then using the diff command to generate a patch file.  Like this:

diff -u Control.cs.original Control.cs > patch

And mailing us patch ;-)

Miguel