Yes, the proper value for it is True. Feel free to commit. However, since that class isn't even implemented yet, it's really not that important to have the attributes right, maybe you want to take a crack at the class itself?
Cheers, Peter -----Original Message----- From: "Rafael Teixeira" <[EMAIL PROTECTED]> To: <[email protected]> Date: 26 May, 2005 08:22 Subject: [Mono-winforms-list] Patch for System.Windows.Forms.MdiClient 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 _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
