summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_win32.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-09-14 09:16:19 -0400
committerNat Goodspeed <nat@lindenlab.com>2009-09-14 09:16:19 -0400
commit7dca49b0f238063b7396ead5dbd8206669a5934f (patch)
tree97d04bb204629c87f8ee6b2b8b1561a80ca251d1 /indra/llvfs/lldir_win32.cpp
parent03a23fd2449c72391055311f7d6563985543d34f (diff)
QAR-1619: At Sam's request, move SLPlugin to viewer executable dir, consistent with Mac and Linux.
Diffstat (limited to 'indra/llvfs/lldir_win32.cpp')
-rw-r--r--indra/llvfs/lldir_win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_win32.cpp b/indra/llvfs/lldir_win32.cpp
index 872f2cf1c1..3e302764de 100644
--- a/indra/llvfs/lldir_win32.cpp
+++ b/indra/llvfs/lldir_win32.cpp
@@ -397,7 +397,7 @@ BOOL LLDir_Win32::fileExists(const std::string &filename) const
/*virtual*/ std::string LLDir_Win32::getLLPluginLauncher()
{
- return gDirUtilp->getLLPluginDir() + gDirUtilp->getDirDelimiter() +
+ return gDirUtilp->getExecutableDir() + gDirUtilp->getDirDelimiter() +
"SLPlugin.exe";
}