diff options
Diffstat (limited to 'linden/indra/newview/llprefscolors.h')
-rw-r--r-- | linden/indra/newview/llprefscolors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llprefscolors.h b/linden/indra/newview/llprefscolors.h index 70bda89..d580add 100644 --- a/linden/indra/newview/llprefscolors.h +++ b/linden/indra/newview/llprefscolors.h | |||
@@ -47,9 +47,11 @@ public: | |||
47 | private: | 47 | private: |
48 | static void onCommitCheckSelfName(LLUICtrl* ctrl, void* userdata); | 48 | static void onCommitCheckSelfName(LLUICtrl* ctrl, void* userdata); |
49 | static void onCommitCheckFriends(LLUICtrl* ctrl, void* userdata); | 49 | static void onCommitCheckFriends(LLUICtrl* ctrl, void* userdata); |
50 | static void onCommitCheckClient(LLUICtrl* ctrl, void* userdata); | ||
50 | void refreshColors(); | 51 | void refreshColors(); |
51 | void updateFriendsCheck(); | 52 | void updateFriendsCheck(); |
52 | void updateSelfCheck(); | 53 | void updateSelfCheck(); |
54 | void updateClientCheck(); | ||
53 | 55 | ||
54 | LLColor4 mSystemChatColor; | 56 | LLColor4 mSystemChatColor; |
55 | LLColor4 mUserChatColor; | 57 | LLColor4 mUserChatColor; |
@@ -62,6 +64,8 @@ private: | |||
62 | LLColor4 mHTMLLinkColor; | 64 | LLColor4 mHTMLLinkColor; |
63 | LLColor4 mFriendsChatColor; | 65 | LLColor4 mFriendsChatColor; |
64 | LLColor4 mOwnNameChatColor; | 66 | LLColor4 mOwnNameChatColor; |
67 | LLColor4 mEffectColor; | ||
68 | LLColor4 mClientTagColor; | ||
65 | }; | 69 | }; |
66 | 70 | ||
67 | #endif //LLPREFSCOLORS_H | 71 | #endif //LLPREFSCOLORS_H |