diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-09-03 17:04:53 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-09-03 17:04:53 -0400 |
commit | 5260a53e8822ed3e77ae19f412f59ef741005f63 (patch) | |
tree | de999f4ad6feb957dc71ed01f18bb2e16d1a40eb /indra/llvfs/lldir_mac.cpp | |
parent | a1c69da32657ca94166519e1e522dd1d790bfa47 (diff) | |
parent | afea10ebc94b8009b96b0b1771e6c0f614f406dd (diff) |
Merge changes
Diffstat (limited to 'indra/llvfs/lldir_mac.cpp')
-rw-r--r-- | indra/llvfs/lldir_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.cpp b/indra/llvfs/lldir_mac.cpp index 9be787df11..3e296831ae 100644 --- a/indra/llvfs/lldir_mac.cpp +++ b/indra/llvfs/lldir_mac.cpp @@ -424,7 +424,7 @@ BOOL LLDir_Mac::fileExists(const std::string &filename) const /*virtual*/ std::string LLDir_Mac::getLLPluginLauncher() { - return gDirUtilp->getLLPluginDir() + gDirUtilp->getDirDelimiter() + + return gDirUtilp->getExecutableDir() + gDirUtilp->getDirDelimiter() + "SLPlugin"; } |