diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-21 12:38:43 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-21 12:38:43 -0800 |
commit | 8448f9d727a5cb4d6c9610684e1001fee8982ce2 (patch) | |
tree | 2de98c30aff19422407e2a523c4ed17363d11bb8 | |
parent | f00211cb6649acdc4ccfd1d4ded921b1b05a899c (diff) |
Moved snapshot to the bottom of the left toolbar per wolf
-rw-r--r-- | indra/newview/app_settings/toolbars.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/toolbars.xml b/indra/newview/app_settings/toolbars.xml index 30be697436..8862355bfd 100644 --- a/indra/newview/app_settings/toolbars.xml +++ b/indra/newview/app_settings/toolbars.xml @@ -14,12 +14,12 @@ <left_toolbar button_display_mode="icons_only"> <command name="avatar"/> - <command name="snapshot"/> <command name="appearance"/> <command name="inventory"/> <command name="search"/> <command name="places"/> <command name="voice"/> <command name="minimap"/> + <command name="snapshot"/> </left_toolbar> </toolbars> |