diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-13 16:48:59 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-13 16:48:59 -0700 |
commit | c054f1faed8f87f7c6dfb83c2a13ae3cae97ec89 (patch) | |
tree | 07602b720fed24f5412c9f2f1f82e98f08d73a08 /indra/newview/app_settings/commands.xml | |
parent | 4c663ca8b997bd74fb3b646c3cb3870555dfeb91 (diff) |
* Hooked up build FUI toolbar button
* Added Shop button to status bar
* Changed "Inventory..." menu item to go to same window as toolbar inventory button
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index c83494df25..7c6468459c 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -35,7 +35,7 @@ icon="Command_Build_Icon" label_ref="Command_Build_Label" tooltip_ref="Command_Build_Tooltip" - execute_function="Floater.ToggleOrBringToFront" + execute_function="Build.Toggle" execute_parameters="build" is_enabled_function="Agent.IsActionAllowed" is_enabled_parameters="build" |