diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-05-06 18:29:43 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-05-06 18:29:43 -0700 |
commit | b43da6721e538290962cafa7ddd32a8f4c7e21db (patch) | |
tree | e6eddfdc3b71bf4fff78d28e4b77a70e42b850a8 /indra/newview/llpaneltopinfobar.h | |
parent | 32d30f33be853c0e1e2fc7657c14cd4575b19db2 (diff) |
Viewer UI work to add icons for the nav bar and places profile to indicate parcel privacy settings. Using engineering art icons.
Diffstat (limited to 'indra/newview/llpaneltopinfobar.h')
-rw-r--r-- | indra/newview/llpaneltopinfobar.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/indra/newview/llpaneltopinfobar.h b/indra/newview/llpaneltopinfobar.h index db922ef424..f497ce9633 100644 --- a/indra/newview/llpaneltopinfobar.h +++ b/indra/newview/llpaneltopinfobar.h @@ -65,12 +65,13 @@ private: enum EParcelIcon { VOICE_ICON = 0, - FLY_ICON, - PUSH_ICON, - BUILD_ICON, - SCRIPTS_ICON, - DAMAGE_ICON, - ICON_COUNT + FLY_ICON, // 1 + PUSH_ICON, // 2 + BUILD_ICON, // 3 + SCRIPTS_ICON, // 4 + DAMAGE_ICON, // 5 + PRIVACY_ICON, // 6 + ICON_COUNT // 7 total }; /** |