summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/toolbars.xml
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-10-04 12:15:41 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-10-04 12:15:41 -0700
commitf3aac4c8ab45d52c4f038ad1a16768d9d8e0b201 (patch)
treee45d414a77b09df5c339fbc0a5d44a47301f7ef9 /indra/newview/app_settings/toolbars.xml
parent29987ec5949d22c462566d453ce1de2c76c154e8 (diff)
EXP-1289 FIX -- Default bottom bar is showing "Places" button instead of "Destinations"
EXP-1290 FIX -- Snapshot button to be removed from the default left sidebar EXP-1291 FIX -- Places command is missing on the default left sidebar * Updated to new default buttons based on the wiki. * Updated button_display_mode to text rather than numbers.
Diffstat (limited to 'indra/newview/app_settings/toolbars.xml')
-rw-r--r--indra/newview/app_settings/toolbars.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/app_settings/toolbars.xml b/indra/newview/app_settings/toolbars.xml
index 19dec78c63..21084d2c8d 100644
--- a/indra/newview/app_settings/toolbars.xml
+++ b/indra/newview/app_settings/toolbars.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbars>
<bottom_toolbar
- button_display_mode="0">
+ button_display_mode="icons_with_text">
<command name="chat"/>
<command name="speak"/>
- <command name="places"/>
+ <command name="destinations"/>
<command name="people"/>
<command name="profile"/>
<command name="view"/>
@@ -12,14 +12,14 @@
<command name="howto"/>
</bottom_toolbar>
<left_toolbar
- button_display_mode="1">
+ button_display_mode="icons_only">
<command name="avatar"/>
+ <command name="appearance"/>
<command name="inventory"/>
- <command name="snapshot"/>
<command name="search"/>
- <command name="shop"/>
- <command name="move_objects"/>
+ <command name="places"/>
+ <command name="marketplace"/>
+ <command name="voice"/>
<command name="minimap"/>
- <command name="preferences"/>
</left_toolbar>
-</toolbars> \ No newline at end of file
+</toolbars>