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

Move lsl keywords to per-grid cache

parent dfc2892c
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ LLSyntaxIdLSL::LLSyntaxIdLSL()
void LLSyntaxIdLSL::buildFullFileSpec()
{
ELLPath path = mSyntaxId.isNull() ? LL_PATH_APP_SETTINGS : LL_PATH_CACHE;
ELLPath path = mSyntaxId.isNull() ? LL_PATH_APP_SETTINGS : LL_PATH_CACHE_PER_GRID;
const std::string filename = mSyntaxId.isNull() ? FILENAME_DEFAULT : "keywords_lsl_" + mSyntaxId.asString() + ".llsd.xml";
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