diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-11 10:07:19 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-11 10:07:19 -0700 |
commit | aec61c579a40687e2696d38a535143d59f771416 (patch) | |
tree | 149049d34f2668c187578275b437c435289a6756 /indra/newview/app_settings/commands.xml | |
parent | 05b31ff3b235bdcf7e9bb0fe1ff701c006e8ec66 (diff) |
Added 'execute_stop_function' command parameter to handle mouse down/up actions on toolbar buttons
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index d758647d3a..296d992b34 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -217,6 +217,8 @@ tooltip_ref="Command_Speak_Tooltip" execute_function="Agent.ToggleMicrophone" execute_parameters="speak" + execute_stop_function="" + execute_stop_parameters="speak" is_enabled_function="Agent.IsActionAllowed" is_enabled_parameters="speak" is_running_function="Agent.IsMicrophoneOn" |