2005-05-26 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Thu, 26 May 2005 21:07:27 +0000 (21:07 -0000)
committerRafael Teixeira <monoman@gmail.com>
Thu, 26 May 2005 21:07:27 +0000 (21:07 -0000)
* MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
as per status page, guessing it should be set to true

svn path=/trunk/mcs/; revision=45081

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs

index b2f500bb786d9b0a47117f43acc87b332555bdf2..3303c0c7e827d1f16afa89a4b0fd99550f992867 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-26  Rafael Teixeira  <rafaelteixeirabr@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  Jordi Mas i Hernandez <jordi@ximian.com>
 
        * DataGridTextBoxColumn.cs: Draws text and basic text formatting
index cf5ac677ed96ab0e7e97aafff5ef0341c110da36..ea2487358366aef6065abcb5cc2bca4c77ed90be 100644 (file)
@@ -73,6 +73,7 @@ namespace System.Windows.Forms {
                #endregion      // Public Constructors
 
                #region Public Instance Properties
+               [Localizable(true)]
                public override System.Drawing.Image BackgroundImage {
                        get {
                                return base.BackgroundImage;