Skip to content
Snippets Groups Projects
Commit 5c69f4a3 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Revert "Move lsl keywords to per-grid cache"

This reverts commit 6852c987.
parent 17a62175
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ LLSyntaxIdLSL::LLSyntaxIdLSL() ...@@ -59,7 +59,7 @@ LLSyntaxIdLSL::LLSyntaxIdLSL()
void LLSyntaxIdLSL::buildFullFileSpec() void LLSyntaxIdLSL::buildFullFileSpec()
{ {
ELLPath path = mSyntaxId.isNull() ? LL_PATH_APP_SETTINGS : LL_PATH_CACHE_PER_GRID; ELLPath path = mSyntaxId.isNull() ? LL_PATH_APP_SETTINGS : LL_PATH_CACHE;
const std::string filename = mSyntaxId.isNull() ? FILENAME_DEFAULT : "keywords_lsl_" + mSyntaxId.asString() + ".llsd.xml"; const std::string filename = mSyntaxId.isNull() ? FILENAME_DEFAULT : "keywords_lsl_" + mSyntaxId.asString() + ".llsd.xml";
mFullFileSpec = gDirUtilp->getExpandedFilename(path, filename); mFullFileSpec = gDirUtilp->getExpandedFilename(path, filename);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment