diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-20 19:17:38 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-20 19:17:38 +0200 |
commit | 13a6077b780117be0fa3a054426d139ca1d35df9 (patch) | |
tree | 0597cfbf98db2787f75b3ec33fe2637c14f0ee7e /indra/newview/llimview.cpp | |
parent | 58439da4c696f8dd6002e6399e4563cbda251a1e (diff) |
Implemented normal task EXT-2081 - Object IM chiclets art needs to be hooked up to LLDialog chiclets.
Implemented LLDialog(LLScriptFloater) and Script Chiclets.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index dd78bb631f..b509fe4043 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -49,7 +49,7 @@ #include "llbottomtray.h" #include "llcallingcard.h" #include "llchat.h" -#include "llchiclet.h"
+#include "llchiclet.h" #include "llresmgr.h" #include "llfloaterchat.h" #include "llfloaterchatterbox.h" |