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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2002-05-10 21:22:55 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-05-10 21:22:55 +0400
commit47f3a806b14567c9a555da46821d94076602a7f8 (patch)
tree87f709befbda7c66cad02adcf53dde5c27bce2ed /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent1c42a68366696f6cc197d930931914c796e4250d (diff)
2002-05-10 Duncan Mak <duncan@ximian.com>
* HtmlTableCellCollection.cs (this): Updated the indexer to return the right type, HtmlTableCell instead of HtmlTableRow. * TagPrefixAttribute.cs: Added to CVS. svn path=/trunk/mcs/; revision=4491
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 92478d12eda..99a47caa63d 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,5 +1,8 @@
2002-05-10 Duncan Mak <duncan@ximian.com>
+ * HtmlTableCellCollection.cs (this): Updated the indexer to return
+ the right type, HtmlTableCell instead of HtmlTableRow.
+
* HtmlInputImage.cs (OnServerClick): Commented out parts that
won't compile.