diff options
author | callum <none@none> | 2010-12-02 14:50:57 -0800 |
---|---|---|
committer | callum <none@none> | 2010-12-02 14:50:57 -0800 |
commit | a991bd7f90157a9cc661ef17a6f96e8473e3bd58 (patch) | |
tree | 9b17a955d93398cc6e499fbbb531a6104ffa3453 /indra/llplugin/llpluginclassmedia.cpp | |
parent | adb62e958ff3a4be2eb43fbb1754358ec60a118c (diff) |
SOCIAL-311 FIX Media browser has too many oddities to be useful for viewer web apps
Completes MVP
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.cpp')
-rw-r--r-- | indra/llplugin/llpluginclassmedia.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp index de4456aa4e..e6c901dd5c 100644 --- a/indra/llplugin/llpluginclassmedia.cpp +++ b/indra/llplugin/llpluginclassmedia.cpp @@ -1049,8 +1049,8 @@ void LLPluginClassMedia::receivePluginMessage(const LLPluginMessage &message) } else if(message_name == "link_hovered") { - // Link and text are not currently used -- the tooltip hover text is taken from the "title". - // message.getValue("link"); + // text is not currently used -- the tooltip hover text is taken from the "title". + mHoverLink = message.getValue("link"); mHoverText = message.getValue("title"); // message.getValue("text"); |