diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-23 16:29:10 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-23 16:29:10 +0200 |
commit | 11ef9f3d41a2e628e1ded8dcb0a306fe328ae0ce (patch) | |
tree | b46431199e8498ff4f9c66e12ba7b414c9c1ab4d /indra/newview/llimfloater.h | |
parent | 3c4a98ff3cdc756918a2dea0c5d3dd58aa08bca3 (diff) |
Work on normal task EXT-2640 (Create a tabbed IM multifloater)
- disabled Transient & Dockable functionality of IM Floaters to do not have collisions with multifloater
- remove debug attributes in xml
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index e2d500d821..32cba71f6e 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -33,6 +33,11 @@ #ifndef LL_IMFLOATER_H #define LL_IMFLOATER_H +// This variable is used to show floaters related to chiclets in a Multi Floater Container +// So, this functionality does not require to have IM Floaters as Dockable & Transient +// See EXT-2640. +#define USE_IM_CONTAINER + #include "lltransientdockablefloater.h" #include "lllogchat.h" #include "lltooldraganddrop.h" |