diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 6ac5ce6dd9413b2f72338520f38607cb68ab1f9d..7f3c159caacc1381964c10540b382917e7a6a557 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -434,7 +434,9 @@ void MediaPluginCEF::onCursorChangedCallback(dullahan::ECursorType type) //case dullahan::CT_VERTICALTEXT: //case dullahan::CT_CELL: //case dullahan::CT_CONTEXTMENU: - //case dullahan::CT_ALIAS: + case dullahan::CT_ALIAS: + name = "tool_media_open"; + break; case dullahan::CT_PROGRESS: name = "working"; break;