diff options
author | Richard Linden <none@none> | 2012-02-03 19:04:36 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-03 19:04:36 -0800 |
commit | e854db064547ae20a87bbeac399295a924cf1c8f (patch) | |
tree | 73fedf9ce792c5a4597a1b8a127f300d10ea60a5 /indra/newview/llviewermedia.cpp | |
parent | ca37970a3aa04a3080e80d33036a127802a18450 (diff) |
EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat
EXP-1854 FIX Text positioning in mini inspector a couple pixels too low
Diffstat (limited to 'indra/newview/llviewermedia.cpp')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 046360e9e9..d7e79351c2 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1901,7 +1901,7 @@ LLPluginClassMedia* LLViewerMediaImpl::newSourceFromMediaType(std::string media_ } } - LL_WARNS_ONCE("Plugin") << "plugin intialization failed for mime type: " << media_type << LL_ENDL; + LL_WARNS_ONCE("Plugin") << "plugin initialization failed for mime type: " << media_type << LL_ENDL; LLSD args; args["MIME_TYPE"] = media_type; LLNotificationsUtil::add("NoPlugin", args); |