Author: jordi
Date: 2006-01-31 04:34:01 -0500 (Tue, 31 Jan 2006)
New Revision: 56323

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
   
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs
Log:
2006-01-31  Jordi Mas i Hernandez <[EMAIL PROTECTED]>

        * FixedSizeTextBox: fixes class signature



Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2006-01-31 09:22:57 UTC (rev 56322)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2006-01-31 09:34:01 UTC (rev 56323)
@@ -1,3 +1,7 @@
+2006-01-31  Jordi Mas i Hernandez <[EMAIL PROTECTED]>
+
+       * FixedSizeTextBox: fixes class signature
+
 2006-01-30  Jackson Harper  <[EMAIL PROTECTED]>
 
        * FixedSizeTextBox.cs: New internal class that represents a

Modified: 
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs
===================================================================
--- 
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs  
    2006-01-31 09:22:57 UTC (rev 56322)
+++ 
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs  
    2006-01-31 09:34:01 UTC (rev 56323)
@@ -30,7 +30,7 @@
 
 namespace System.Windows.Forms {
 
-       public class FixedSizeTextBox : TextBox {
+       internal class FixedSizeTextBox : TextBox {
 
                public FixedSizeTextBox ()
                {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to