summaryrefslogtreecommitdiff
path: root/indra/media_plugins
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-04-27 20:51:23 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-04-27 20:51:23 +0300
commite5136cd19b38d45854d9fc69ca05b6a4c89b0394 (patch)
treeea102de32f8c7cf20aa6e8f58f82a28f32ce6cbb /indra/media_plugins
parentc0fafd7973e862a669985e451cfb35c0a42d8e1d (diff)
SL-14664 Added 'alias'
Diffstat (limited to 'indra/media_plugins')
-rw-r--r--indra/media_plugins/cef/media_plugin_cef.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp
index 6ac5ce6dd9..7f3c159caa 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;