diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-18 12:15:51 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-18 12:15:51 -0700 |
commit | 3c8407f32cf947ee1631ed66bba7a676e8b3b670 (patch) | |
tree | 63c9d3f6efcaf0630be8fa67c2484cad3e8cf080 /indra/llcommon | |
parent | 0196ac131a409991adec862b67c93d658f4537ce (diff) |
CHUI-283: Now the avatar icon loads in the user's avatar image.Also the avatar image is of proper size. The participant of the conversation is offset correctly as well.
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/llfoldertype.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llcommon/llfoldertype.h b/indra/llcommon/llfoldertype.h index 609b550900..a0c847914f 100755 --- a/indra/llcommon/llfoldertype.h +++ b/indra/llcommon/llfoldertype.h @@ -89,9 +89,7 @@ public: FT_COUNT, - FT_NONE = -1, - - FT_PROFILEXXXGGG = 58 + FT_NONE = -1 }; static EType lookup(const std::string& type_name); |