diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-12-07 16:54:33 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-12-07 16:54:33 +0800 |
commit | c60478218ca452485a2c04377658b8035452fb1e (patch) | |
tree | 1692ac6c63f02c1f799fb9003f9eb35cad6ee4ac /indra/newview | |
parent | b971872025b2a735c7d527591f4703ece5e8d933 (diff) |
Initialise the app dirs with the name Megapahit
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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 |