Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Gazit <alon@mono-cvs.ximian.com>2004-01-05 17:53:01 +0300
committerAlon Gazit <alon@mono-cvs.ximian.com>2004-01-05 17:53:01 +0300
commitb6cefa9d8365ee032333a04c62a95891de928218 (patch)
treec6bfb0f9cff7b1cf337e5149003ddac9fde074ac /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent1e6f396c31789b0ae8a9627bf25515e8ec77f94d (diff)
fix typo in LoadPostData().
svn path=/trunk/mcs/; revision=21715
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index adc7e4b2b14..31f2045e4a5 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,6 @@
+2003-12-28 Alon Gazit <along@mainsoft.com>
+ * HtmlSelect.cs: fix typo in LoadPostData().
+
2003-12-29 Alon Gazit <along@mainsoft.com>
* HtmlInputButton.cs: update the implementation of RenderAttributes().
Change the if statement that determines if the onclick script is rendered.