From 56bfe2b84bb61342a8c1bfeabd57afa8ad575426 Mon Sep 17 00:00:00 2001 From: Rafael Teixeira Date: Thu, 26 May 2005 21:07:27 +0000 Subject: [PATCH] 2005-05-26 Rafael Teixeira * 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 --- .../Managed.Windows.Forms/System.Windows.Forms/ChangeLog | 4 ++++ .../Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs | 1 + 2 files changed, 5 insertions(+) diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog index b2f500bb786..3303c0c7e82 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog @@ -1,3 +1,7 @@ +2005-05-26 Rafael Teixeira + * 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 * DataGridTextBoxColumn.cs: Draws text and basic text formatting diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs index cf5ac677ed9..ea248735836 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs @@ -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; -- 2.25.1