Skip to content

Commit

Permalink
ChangeLog: Updated ChangeLog.
Browse files Browse the repository at this point in the history
FormViewUpdatedEventArgs.cs: Spelling mistake.

svn path=/trunk/mcs/; revision=34158
  • Loading branch information
Sanja Gupta committed Sep 21, 2004
1 parent 652840c commit 52c980e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2004-09-21 Sanjay Gupta <gsanjay@novell.com>

* FormViewUpdatedEventArgs.cs: Spelling mistake.

2004-09-14 Sanjay Gupta <gsanjay@novell.com>

* Literal.cs: Added new method Focus().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public bool ExceptionHandled {
set { exceptionHandled = value; }
}

public bool KeepInEdittMode {
public bool KeepInEditMode {
get { return keepEditMode; }
set { keepEditMode = value; }
}
Expand Down

0 comments on commit 52c980e

Please sign in to comment.