[Mono-winforms-list] Patch for System.Windows.Forms.MdiClient
    Rafael Teixeira 
    monoman at gmail.com
       
    Thu May 26 10:22:39 EDT 2005
    
    
  
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  <rafaelteixeirabr at hotmail.com>
+       * 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  <pbartok at novell.com>
        * 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!
    
    
More information about the Mono-winforms-list
mailing list