inline, it kills one item on the class status page:

Index: System.Windows.Forms/ChangeLog
===================================================================
--- System.Windows.Forms/ChangeLog      (revision 45044)
+++ System.Windows.Forms/ChangeLog      (working copy)
@@ -1,3 +1,7 @@
+2005-05-26  Rafael Teixeira  <[EMAIL PROTECTED]>
+       * MdiClient.cs: Add missing Localizable attribute to
BackgroundImage property
+               as per status page, guessing it should be set to true
+
 2005-05-26  Peter Bartok  <[EMAIL PROTECTED]>

        * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
Index: System.Windows.Forms/MdiClient.cs
===================================================================
--- System.Windows.Forms/MdiClient.cs   (revision 45044)
+++ System.Windows.Forms/MdiClient.cs   (working copy)
@@ -73,6 +73,7 @@
                #endregion      // Public Constructors

                #region Public Instance Properties
+               [Localizable(true)]
                public override System.Drawing.Image BackgroundImage {
                        get {
                                return base.BackgroundImage;

can commit?


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!
_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to