* Fixed all the obsolete warnings in the rest of the projects for the login changes.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1151 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -75,7 +75,7 @@ namespace groupmanager
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBox.Show(this, "Error logging in: " + Client.Network.LoginMessage);
|
||||
MessageBox.Show(this, "Error logging in: " + Client.Network.LoginStatusMessage);
|
||||
cmdConnect.Text = "Connect";
|
||||
txtFirstName.Enabled = txtLastName.Enabled = txtPassword.Enabled = true;
|
||||
groupBox.Enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user