diff options
author | max nikolenko <maximnproductengine@lindenlab.com> | 2017-02-15 10:02:02 +0000 |
---|---|---|
committer | max nikolenko <maximnproductengine@lindenlab.com> | 2017-02-15 10:02:02 +0000 |
commit | a71ddeafc28dd82cf4284e0608c49c5b83986834 (patch) | |
tree | bf8c1761f6dbe7b94e12da3fe10fa517e63ed1ee /indra/newview/app_settings/commands.xml | |
parent | 4524677fe526781e4cb9a987e9504cc3b2edd154 (diff) | |
parent | 6e06281477840e2403d52510b54bf2cd99dd8216 (diff) |
Merged in MAINT-7104 Quicker and easier access to Grid Status from within the Second Life viewer
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 9bc0a7c701..412d3a53b3 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -292,4 +292,15 @@ is_running_function="Floater.IsOpen" is_running_parameters="reporter" /> + <command name="gridstatus" + available_in_toybox="true" + is_flashing_allowed="true" + icon="Command_Grid_Status_Icon" + label_ref="Command_Grid_Status_Label" + tooltip_ref="Command_Grid_Status_Tooltip" + execute_function="Floater.ToggleOrBringToFront" + execute_parameters="grid_status" + is_running_function="Floater.IsOpen" + is_running_parameters="grid_status" + /> </commands> |