*repository is alive!

I put an old version of the FastImageApp.cs and FastImageApp.csproj into the repository. This has been fixed and I guess I should leave the SVN thing to the professionals :P

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@422 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
qode
2006-10-29 01:07:33 +00:00
parent 95b657920e
commit b612d5c077
2 changed files with 8 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ namespace FastImageApp
try
{
client = new SecondLife("keywords.txt", "message_template.msg");
client = new SecondLife();
}
catch (Exception e)
{
@@ -28,7 +28,7 @@ namespace FastImageApp
return;
}
Hashtable loginValues = NetworkManager.DefaultLoginValues(args[0], args[1], args[2], "FastImageApp", "Alpha Zaius - alpha.zaius@gmail.com");
Dictionary<string, object> loginValues = NetworkManager.DefaultLoginValues(args[0], args[1], args[2], "FastImageApp", "Alpha Zaius - alpha.zaius@gmail.com");
try
{