diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 32ee632838..3d5722353a 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -774,6 +774,10 @@ bool LLAppViewer::init()  	// Memory will be cleaned up in ::cleanupClass()  	LLWearableType::initParamSingleton(new LLUITranslationBridge()); +    // initialize the LLSettingsType translation bridge. +    LLTranslationBridge::ptr_t trans = std::make_shared<LLUITranslationBridge>(); +    LLSettingsType::initClass(trans); +  	// initialize SSE options  	LLVector4a::initClass();  | 
