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

@ -16,5 +16,5 @@ using System.Reflection;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.1.452")]
[assembly: AssemblyFileVersion("3.0.1.452")]
[assembly: AssemblyVersion("3.0.1.453")]
[assembly: AssemblyFileVersion("3.0.1.453")]

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;