diff options
| -rw-r--r-- | indra/newview/app_settings/toolbars.xml | 15 | 
1 files changed, 6 insertions, 9 deletions
| diff --git a/indra/newview/app_settings/toolbars.xml b/indra/newview/app_settings/toolbars.xml index a1c9d6d9ee..2e57a67e7d 100644 --- a/indra/newview/app_settings/toolbars.xml +++ b/indra/newview/app_settings/toolbars.xml @@ -4,27 +4,24 @@      button_display_mode="icons_with_text">      <command name="chat"/>      <command name="speak"/> -    <command name="destinations"/>      <command name="people"/>      <command name="profile"/> -    <command name="map"/> -    <command name="move"/>      <command name="view"/> -    <command name="howto"/> +    <command name="appearance"/> +    <command name="inventory"/>    </bottom_toolbar>    <left_toolbar      button_display_mode="icons_only"> -    <command name="avatar"/> -    <command name="appearance"/> -    <command name="inventory"/>      <command name="search"/> +    <command name="map"/>      <command name="places"/> -    <command name="voice"/>      <command name="minimap"/>      <command name="snapshot"/> -    <command name="performance"/> +    <command name="aboutland"/>    </left_toolbar>    <right_toolbar      button_display_mode="icons_only"> +    <command name="performance"/> +    <command name="howto"/>    </right_toolbar>  </toolbars> | 
