s/Behaviour/Behavior/g Fixes bug 67261
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 1 Oct 2004 03:04:50 +0000 (03:04 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 1 Oct 2004 03:04:50 +0000 (03:04 -0000)
svn path=/trunk/mcs/; revision=34581

mcs/class/System.Web/System.Web.UI.WebControls.WebParts/WebPart.cs
mcs/class/System.Web/System.Web.UI.WebControls/AdRotator.cs
mcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs
mcs/class/System.Web/System.Web.UI/Control.cs

index 8e8d0814aad9cbc2f7705841ac32473cd47621aa..91c90cadfb5ca125f77b2007b5e5220d3347b2ab 100644 (file)
@@ -187,7 +187,7 @@ namespace System.Web.UI.WebControls.WebParts
                [DefaultValueAttribute (String.Empty),\r
                EditorAttribute ("System.Web.UI.Design.UrlEditor, System.Design",\r
                                "System.Drawing.Design.UITypeEditor, System.Drawing"),\r
-               WebCategoryAttribute ("Behaviour of the Web Part"),\r
+               WebCategoryAttribute ("Behavior of the Web Part"),\r
                WebSysDescriptionAttribute ("Specifies URL of page, containing additional information about this WebPart.")]\r
                //UrlPropertyAttribute, PersonalizableAttribute
                string IWebPart.TitleUrl { 
index 0777e266fc4932915cbfec05f937b35b45b9aeaf..de46e7d14acf706c7c2cf8cf83ddc666b7779f10 100755 (executable)
@@ -217,7 +217,7 @@ namespace System.Web.UI.WebControls
                [Bindable(true)]
                [DefaultValue("")]
                [Editor ("System.Web.UI.Design.XmlUrlEditor, " + Consts.AssemblySystem_Design, typeof (System.Drawing.Design.UITypeEditor))]
-               [WebCategory("Behaviour")]
+               [WebCategory("Behavior")]
                [WebSysDescription("AdRotator_AdvertisementFile")]
                public string AdvertisementFile {
                        get { return ((advertisementFile != null) ? advertisementFile : ""); }
@@ -232,7 +232,7 @@ namespace System.Web.UI.WebControls
 
                [Bindable(true)]
                [DefaultValue("")]
-               [WebCategory("Behaviour")]
+               [WebCategory("Behavior")]
                [WebSysDescription("AdRotator_KeywordFilter")]
                public string KeywordFilter {
                        get {
@@ -251,7 +251,7 @@ namespace System.Web.UI.WebControls
                [Bindable(true)]
                [DefaultValue("")]
                [TypeConverter(typeof(TargetConverter))]
-               [WebCategory("Behaviour")]
+               [WebCategory("Behavior")]
                [WebSysDescription("AdRotator_Target")]
                public string Target {
                        get {
index 86de6a314f50b8e07c76e8d470ae47dbae84cc72..83ac1c850cc9d2618d57924de479b517dbc38ab0 100755 (executable)
@@ -56,7 +56,7 @@ namespace System.Web.UI.WebControls
                }
 
                [DefaultValue(ValidationDataType.String)]
-               [WebCategory("Behaviour")]
+               [WebCategory("Behavior")]
                [WebSysDescription("RangeValidator_Type")]
                public ValidationDataType Type
                {
index 848ba379b205b8b66ae85508bf06cd4909f3c96a..2af8fe322ca9615ffc37c1273235a99e63159239 100644 (file)
@@ -143,7 +143,7 @@ namespace System.Web.UI
                         }\r
                 }
 
-               [DefaultValue (true), WebCategory ("Behaviour")]
+               [DefaultValue (true), WebCategory ("Behavior")]
                [WebSysDescription ("An Identification of the control that is rendered.")]\r
 #if NET_2_0
                [Themeable (true)]
@@ -277,7 +277,7 @@ namespace System.Web.UI
                         }\r
                 }
 
-               [DefaultValue (true), Bindable (true), WebCategory ("Behaviour")]
+               [DefaultValue (true), Bindable (true), WebCategory ("Behavior")]
                [WebSysDescription ("Visiblity state of the control.")]
 #if NET_2_0
                [Localizable (true)]