From 57abbfa85af857d46f65848b907baf0c670cfc14 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sun, 20 May 2007 16:19:36 +0000 Subject: Adam proudly presents: A new user/login server - fresh to you from his desktop, and completely untested! --- OpenSim.Framework/AgentInventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim.Framework') diff --git a/OpenSim.Framework/AgentInventory.cs b/OpenSim.Framework/AgentInventory.cs index a3c6cec..b28645e 100644 --- a/OpenSim.Framework/AgentInventory.cs +++ b/OpenSim.Framework/AgentInventory.cs @@ -54,7 +54,7 @@ namespace OpenSim.Framework.Inventory InventoryRoot.Version = 1; InventoryRoot.DefaultType = 8; InventoryRoot.OwnerID = this.AgentID; - InventoryRoot.FolderName = "My Inventory-"; + InventoryRoot.FolderName = "My Inventory"; InventoryFolders.Add(InventoryRoot.FolderID, InventoryRoot); InventoryRoot.OwnerID = this.AgentID; if (createTextures) -- cgit v1.1