LIBOMV-344 OpenMetaverse.GUI: Added FriendsList.cs and applied some minor tweaks/cleanups to InventoryTree and AvatarList

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2062 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
2008-08-05 03:27:54 +00:00
parent 68d0e8986a
commit c0dd3a01fb
3 changed files with 217 additions and 15 deletions

View File

@@ -138,7 +138,7 @@ namespace OpenMetaverse.GUI
children[key].Tag = inv;
if (inv is InventoryFolder)
{
children[key].Nodes.Add(null, "Loading...").ForeColor = Color.FromKnownColor(KnownColor.GrayText);
children[key].Nodes.Add(null, "(loading...)").ForeColor = Color.FromKnownColor(KnownColor.GrayText);
((InventoryFolder)inv).OnContentsRetrieved += new InventoryFolder.ContentsRetrieved(InventoryFolder_OnContentsRetrieved);
}
}