* 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:
John Hurliman
2007-04-01 12:31:25 +00:00
parent df61c4906e
commit 0d85ae979a
4 changed files with 42 additions and 76 deletions

View File

@@ -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)
{