diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-13 15:17:51 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-13 15:17:51 -0700 |
commit | 4c663ca8b997bd74fb3b646c3cb3870555dfeb91 (patch) | |
tree | 7edea4e2b1970083f9e8b92e9097bc340ff0dd61 /indra/newview/app_settings/commands.xml | |
parent | 6b7ea2f198e9ec721b6e01aaeba3b6c7a44db7d2 (diff) |
EXP-1314 FIX -- No floater for Marketplace
EXP-1338 FIX -- Clicking on active Toybox buttons triggers clicking sound
EXP-1339 FIX -- No minimum resize dimension for Place floater
EXP-1340 FIX -- No minimum resize demension for Appearance floater
EXP-1341 FIX -- Places Floater doesn't have Help button
* Toybox buttons no longer have click sounds
* Marketplace button opens external browser to marketplace url
* Minimum sizes for places and appearance floaters
* Marketplace URL's now all use https
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index e4aaca1bd0..c83494df25 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -116,10 +116,7 @@ icon="Command_Marketplace_Icon" label_ref="Command_Marketplace_Label" tooltip_ref="Command_Marketplace_Tooltip" - execute_function="Floater.ToggleOrBringToFront" - execute_parameters="marketplace" - is_running_function="Floater.IsOpen" - is_running_parameters="marketplace" + execute_function="Avatar.OpenMarketplace" /> <command name="minimap" available_in_toybox="true" |