Fixed and closed #446: Display Name textbox cleared after user creation.

This commit is contained in:
Dario Solera 2010-01-07 08:00:29 +00:00
parent 4159171c63
commit c9b6b8b7b2
2 changed files with 3 additions and 2 deletions

View file

@ -190,6 +190,7 @@ namespace ScrewTurn.Wiki {
private void ResetEditor() {
txtUsername.Text = "";
txtUsername.Enabled = true;
txtDisplayName.Text = "";
txtEmail.Text = "";
chkSetActive.Checked = true;
providerSelector.Enabled = true;