diff options
author | Merov Linden <merov@lindenlab.com> | 2011-09-26 15:21:21 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-09-26 15:21:21 -0700 |
commit | 92368dbdfc5b7ac133a8722202878a109c5341a9 (patch) | |
tree | 0581ac648b802d2077087592f9c29ea01d77d9e9 /indra/newview/app_settings | |
parent | e3199b98be55c7d3355258e836b6cab522922cfa (diff) | |
parent | 9da5a8d01085f13c0586bba4c818ed540335ae2e (diff) |
EXP-1207 : pull from viewer-experience-fui
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 5cb8ddffcd..dbb0e8b7ca 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -21,6 +21,7 @@ function="Floater.ToolbarToggle" param="chat" /> + <!-- Compass it not supported by the viewer yet <command name="compass" icon="Command_Compass_Icon" label_ref="Command_Compass_Label" @@ -28,6 +29,7 @@ function="Floater.ToolbarToggle" param="compass" /> + --> <command name="gestures" icon="Command_Gestures_Icon" label_ref="Command_Gestures_Label" @@ -56,6 +58,13 @@ function="Floater.ToolbarToggle" param="map" /> + <command name="minimap" + icon="Command_MiniMap_Icon" + label_ref="Command_MiniMap_Label" + tooltip_ref="Command_MiniMap_Tooltip" + function="Floater.ToolbarToggle" + param="minimap" + /> <command name="move" icon="Command_Move_Icon" label_ref="Command_Move_Label" |