summaryrefslogtreecommitdiff
path: root/indra/llvfs
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-04-21 18:17:11 -0700
committerRoxie Linden <roxie@lindenlab.com>2010-04-21 18:17:11 -0700
commit5b9da4e8d91acd075dfaf33fb489c480c25e9ade (patch)
treef296e32b384b341d9c626a4305cd7cd8924c9986 /indra/llvfs
parentc139e52a5bf1ca2273d4fd22f28f55b12ba8a2d7 (diff)
parent144b8349b3f0773ac575e178a0e3109d963be9a8 (diff)
Automated merge
Diffstat (limited to 'indra/llvfs')
-rw-r--r--indra/llvfs/lldir_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.cpp b/indra/llvfs/lldir_mac.cpp
index 7bc6f63e1f..8d3852002c 100644
--- a/indra/llvfs/lldir_mac.cpp
+++ b/indra/llvfs/lldir_mac.cpp
@@ -426,7 +426,7 @@ BOOL LLDir_Mac::fileExists(const std::string &filename) const
/*virtual*/ std::string LLDir_Mac::getLLPluginLauncher()
{
return gDirUtilp->getAppRODataDir() + gDirUtilp->getDirDelimiter() +
- "SLPlugin";
+ "SLPlugin.app/Contents/MacOS/SLPlugin";
}
/*virtual*/ std::string LLDir_Mac::getLLPluginFilename(std::string base_name)