* Fixed an exception in Utilities.AppearanceManager
* Fixed the post-build step in openjpegnet to use copy instead of cp * Added constructors to SerializableDictionary (deserialization was asking for them) git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1092 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -21,9 +21,9 @@ namespace libsecondlife.TestClient
|
||||
ClientManager manager;
|
||||
List<LoginDetails> accounts = new List<LoginDetails>();
|
||||
LoginDetails account;
|
||||
string master = "";
|
||||
string file = "";
|
||||
string contact = "";
|
||||
string master = String.Empty;
|
||||
string file = String.Empty;
|
||||
string contact = String.Empty;
|
||||
|
||||
if (arguments["master"] != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user