From 961d2e44f5808a29800683fd85026c66e5e287dc Mon Sep 17 00:00:00 2001 From: Beeks Date: Sun, 26 Sep 2010 03:33:46 -0400 Subject: [PATCH] Adjustments to the System Inventory code, just seeing if I can put the folder in the same place every time. Signed-off-by: Beeks --- indra/newview/llstartup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 2befe35fb..50a5427c9 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2957,7 +2957,7 @@ bool idle_startup() { LLViewerInventoryCategory* system_folder = new LLViewerInventoryCategory(gAgent.getID()); system_folder->rename(std::string("System Inventory")); - LLUUID system_folder_id = LLUUID("00000000-0000-F113-7357-000000000100"); + LLUUID system_folder_id = LLUUID("00000000-0000-0000-0000-000000000001");//"FFFFFFFF-0000-F113-7357-000000000001"); system_folder->setUUID(system_folder_id); gSystemFolderRoot = system_folder_id; system_folder->setParent(LLUUID::null);