From d949bee053610fe8769055589984e721ae1ee3d1 Mon Sep 17 00:00:00 2001
From: Cinder <cinder.roxley@phoenixviewer.com>
Date: Fri, 20 Jun 2014 10:17:31 -0600
Subject: BUG-6425 - Init default keywords file during ctor so we have
 something to fallback on should caps or fetch fail

---
 indra/newview/llsyntaxid.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'indra/newview')

diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp
index 236ad784ec..9b82710161 100644
--- a/indra/newview/llsyntaxid.cpp
+++ b/indra/newview/llsyntaxid.cpp
@@ -111,6 +111,7 @@ LLSyntaxIdLSL::LLSyntaxIdLSL()
 ,	mFilePath(LL_PATH_APP_SETTINGS)
 ,	mSyntaxId(LLUUID())
 {
+	loadDefaultKeywordsIntoLLSD();
 	mRegionChangedCallback = gAgent.addRegionChangedCallback(boost::bind(&LLSyntaxIdLSL::handleRegionChanged, this));
 	handleRegionChanged(); // Kick off an initial caps query and fetch
 }
-- 
cgit v1.2.3