diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-09-23 12:13:43 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-09-23 12:13:43 +0100 |
commit | 8e67a60528718541e9104cee29759b71bdb4d2d6 (patch) | |
tree | ad5d95b168ef7fd34425e9d25bdf641ac1f2b08a /indra/newview/llavatarlistitem.h | |
parent | 264b549bcb991f4cdd6889f06b8f7fbe8740e32a (diff) |
STORM-128 FIXED New friends list permission icons
* Added new icon artwork.
* Reordered the icons so that the most common ones are to the right, so that they change position as little as possible.
* Removed old 1.23 icons.
Diffstat (limited to 'indra/newview/llavatarlistitem.h')
-rw-r--r-- | indra/newview/llavatarlistitem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llavatarlistitem.h b/indra/newview/llavatarlistitem.h index ffb988b2ab..52187284eb 100644 --- a/indra/newview/llavatarlistitem.h +++ b/indra/newview/llavatarlistitem.h @@ -143,10 +143,10 @@ private: ALIC_SPEAKER_INDICATOR, ALIC_PROFILE_BUTTON, ALIC_INFO_BUTTON, - ALIC_PERMISSION_EDIT_THEIRS, - ALIC_PERMISSION_EDIT_MINE, - ALIC_PERMISSION_MAP, ALIC_PERMISSION_ONLINE, + ALIC_PERMISSION_MAP, + ALIC_PERMISSION_EDIT_MINE, + ALIC_PERMISSION_EDIT_THEIRS, ALIC_INTERACTION_TIME, ALIC_NAME, ALIC_ICON, |