Merge remote-tracking branch 'origin/master'

This commit is contained in:
Aleric Inglewood
2011-07-03 02:12:29 +02:00

View File

@@ -678,9 +678,6 @@ bool LLAppViewer::init()
LLViewerJointMesh::updateVectorize(); LLViewerJointMesh::updateVectorize();
// load MIME type -> media impl mappings
LLMIMETypes::parseMIMETypes( std::string("mime_types.xml") );
// Copy settings to globals. *TODO: Remove or move to appropriage class initializers // Copy settings to globals. *TODO: Remove or move to appropriage class initializers
settings_to_globals(); settings_to_globals();
// Setup settings listeners // Setup settings listeners
@@ -2393,6 +2390,9 @@ bool LLAppViewer::initWindow()
LLTrans::parseStrings("strings.xml"); LLTrans::parseStrings("strings.xml");
LLUITrans::parseStrings("ui_strings.xml"); LLUITrans::parseStrings("ui_strings.xml");
// load MIME type -> media impl mappings
LLMIMETypes::parseMIMETypes( std::string("mime_types.xml") );
// Show watch cursor // Show watch cursor
gViewerWindow->setCursor(UI_CURSOR_WAIT); gViewerWindow->setCursor(UI_CURSOR_WAIT);