summaryrefslogtreecommitdiff
path: root/indra/llfilesystem
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-12-06 15:05:38 +0800
committerErik Kundiman <erik@megapahit.org>2023-12-06 15:05:38 +0800
commitce6cf28bd86bc23128897d841f36c689459a150a (patch)
tree4bdb9e80098a4914c298151b83e12e73952845b9 /indra/llfilesystem
parent6b919c6237446f2134d1be15f14ed652de41eac4 (diff)
Rename the user app dir to Megapahit on macOS
Diffstat (limited to 'indra/llfilesystem')
-rw-r--r--indra/llfilesystem/lldir_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldir_mac.cpp b/indra/llfilesystem/lldir_mac.cpp
index 9ad8e274b6..5d72071fce 100644
--- a/indra/llfilesystem/lldir_mac.cpp
+++ b/indra/llfilesystem/lldir_mac.cpp
@@ -64,7 +64,7 @@ LLDir_Mac::LLDir_Mac()
{
mDirDelimiter = "/";
- const std::string secondLifeString = "SecondLife";
+ const std::string secondLifeString = "Megapahit";
std::string executablepathstr = getSystemExecutableFolder();