summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-12-07 16:54:33 +0800
committerErik Kundiman <erik@megapahit.org>2023-12-07 16:54:33 +0800
commitc60478218ca452485a2c04377658b8035452fb1e (patch)
tree1692ac6c63f02c1f799fb9003f9eb35cad6ee4ac /indra
parentb971872025b2a735c7d527591f4703ece5e8d933 (diff)
Initialise the app dirs with the name Megapahit
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
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