Author: alanmc
Date: 2007-04-26 18:39:33 -0400 (Thu, 26 Apr 2007)
New Revision: 76358
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs
Log:
Fixed typo
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-04-26 21:29:58 UTC (rev 76357)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-04-26 22:39:33 UTC (rev 76358)
@@ -1,3 +1,7 @@
+2007-04-26 Alan McGovern <[EMAIL PROTECTED]>
+
+ * TextControl.cs: Fixed typo in constructor
+
2007-04-26 Jonathan Pobst <[EMAIL PROTECTED]>
* Application.cs: Create a shortcut path so that currently selected
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs
2007-04-26 21:29:58 UTC (rev 76357)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs
2007-04-26 22:39:33 UTC (rev 76358)
@@ -157,7 +157,7 @@
recalc = true;
alignment = document.alignment;
- ending = ending;
+ this.ending = ending;
}
internal Line(Document document, int LineNo, string Text, Font
font, SolidBrush color, LineEnding ending) : this (document, ending)
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches