diff options
author | McCabe Maxsted | 2009-09-09 02:31:31 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-09 04:22:50 -0700 |
commit | b4d35c8d24d1095cdb67864b6576ef280b76c646 (patch) | |
tree | 07828961852c1b8d3242d5b21a521a868e7302de /linden/indra/newview/llfloaterchat.h | |
parent | Applied and tweaked last owner in tools window from Emerald viewer (diff) | |
download | meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.zip meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.gz meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.bz2 meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.xz |
Created my own version of Emerald's chat channel tool
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterchat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterchat.h b/linden/indra/newview/llfloaterchat.h index 923fd9a..203a158 100644 --- a/linden/indra/newview/llfloaterchat.h +++ b/linden/indra/newview/llfloaterchat.h | |||
@@ -82,6 +82,8 @@ public: | |||
82 | static void* createSpeakersPanel(void* data); | 82 | static void* createSpeakersPanel(void* data); |
83 | static void* createChatPanel(void* data); | 83 | static void* createChatPanel(void* data); |
84 | 84 | ||
85 | static void toggleHistoryChannelControl(); | ||
86 | |||
85 | // visibility policy for LLUISingleton | 87 | // visibility policy for LLUISingleton |
86 | static bool visible(LLFloater* instance, const LLSD& key); | 88 | static bool visible(LLFloater* instance, const LLSD& key); |
87 | static void show(LLFloater* instance, const LLSD& key); | 89 | static void show(LLFloater* instance, const LLSD& key); |