summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
diff options
context:
space:
mode:
authorcallum <none@none>2011-10-10 17:29:04 -0700
committercallum <none@none>2011-10-10 17:29:04 -0700
commit213985ca0d045252ad49d9d45f77d0727fa9008f (patch)
treeaf408f93eecc903736ea24812aa327736887594f /indra/newview/app_settings
parentec5ea33c8113a63e956c195ccf051b2a03979be9 (diff)
EXP-1302 PARTIAL Make the Speak button work as a toolbar button
First pass - no Push-To-Talk functionality.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r--indra/newview/app_settings/commands.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml
index dab57d44bd..139eabcae4 100644
--- a/indra/newview/app_settings/commands.xml
+++ b/indra/newview/app_settings/commands.xml
@@ -207,11 +207,11 @@
icon="Command_Speak_Icon"
label_ref="Command_Speak_Label"
tooltip_ref="Command_Speak_Tooltip"
- execute_function="Floater.ToolbarToggle"
+ execute_function="Agent.ToggleMicrophone"
execute_parameters="speak"
is_enabled_function="Agent.IsActionAllowed"
is_enabled_parameters="speak"
- is_running_function="Floater.IsOpen"
+ is_running_function="Agent.IsMicrophoneOn"
is_running_parameters="speak"
/>
<command name="view"