From c60478218ca452485a2c04377658b8035452fb1e Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 7 Dec 2023 16:54:33 +0800 Subject: Initialise the app dirs with the name Megapahit --- indra/newview/llappviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 1b09d72bc5..2108461e9b 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -676,7 +676,7 @@ LLAppViewer::LLAppViewer() // Need to do this initialization before we do anything else, since anything // that touches files should really go through the lldir API - gDirUtilp->initAppDirs("SecondLife"); + gDirUtilp->initAppDirs("Megapahit"); // // IMPORTANT! Do NOT put anything that will write // into the log files during normal startup until AFTER -- cgit v1.2.3