From f1cd9ee0a0dd549700bbd8f06adaf0276f6babc7 Mon Sep 17 00:00:00 2001 From: Drake Arconis Date: Mon, 10 Aug 2015 10:29:39 -0400 Subject: [PATCH] Create properly named current outfit folder --- Radegast/GUI/Consoles/Inventory/CurrentOutfitFolder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radegast/GUI/Consoles/Inventory/CurrentOutfitFolder.cs b/Radegast/GUI/Consoles/Inventory/CurrentOutfitFolder.cs index 78602f8..ff42bef 100644 --- a/Radegast/GUI/Consoles/Inventory/CurrentOutfitFolder.cs +++ b/Radegast/GUI/Consoles/Inventory/CurrentOutfitFolder.cs @@ -242,7 +242,7 @@ namespace Radegast void CreateCOF() { - UUID cofID = Client.Inventory.CreateFolder(Client.Inventory.Store.RootFolder.UUID, "Current Look", FolderType.CurrentOutfit); + UUID cofID = Client.Inventory.CreateFolder(Client.Inventory.Store.RootFolder.UUID, "Current Outfit", FolderType.CurrentOutfit); if (Client.Inventory.Store.Items.ContainsKey(cofID) && Client.Inventory.Store.Items[cofID].Data is InventoryFolder) { COF = (InventoryFolder)Client.Inventory.Store.Items[cofID].Data; -- 2.11.0