diff options
author | David Seikel | 2011-06-19 16:43:32 +1000 |
---|---|---|
committer | David Seikel | 2011-06-19 16:43:32 +1000 |
commit | 8c0f49774d59e1f8420bcbf572f91a1ac67cedb1 (patch) | |
tree | 3f4d86ccc5974df375de23dc5d2caf3d5f11b198 /linden/indra/newview/llprefscolors.h | |
parent | Merge remote-tracking branch 'jacek/next' into next (diff) | |
parent | Clarified the terms for activating spellchecking dictionaries. (diff) | |
download | meta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.zip meta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.tar.gz meta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.tar.bz2 meta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.tar.xz |
Merge branch 'next' of git://github.com/jacek/imprudence into next
Conflicts (manually merged the grids, ignored the other two):
linden/indra/newview/app_settings/default_grids.xml
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/skins/default/xui/en-us/panel_login.xml
Diffstat (limited to 'linden/indra/newview/llprefscolors.h')
-rw-r--r-- | linden/indra/newview/llprefscolors.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llprefscolors.h b/linden/indra/newview/llprefscolors.h index d580add..88ea371 100644 --- a/linden/indra/newview/llprefscolors.h +++ b/linden/indra/newview/llprefscolors.h | |||
@@ -47,11 +47,9 @@ 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); | ||
51 | void refreshColors(); | 50 | void refreshColors(); |
52 | void updateFriendsCheck(); | 51 | void updateFriendsCheck(); |
53 | void updateSelfCheck(); | 52 | void updateSelfCheck(); |
54 | void updateClientCheck(); | ||
55 | 53 | ||
56 | LLColor4 mSystemChatColor; | 54 | LLColor4 mSystemChatColor; |
57 | LLColor4 mUserChatColor; | 55 | LLColor4 mUserChatColor; |
@@ -65,7 +63,6 @@ private: | |||
65 | LLColor4 mFriendsChatColor; | 63 | LLColor4 mFriendsChatColor; |
66 | LLColor4 mOwnNameChatColor; | 64 | LLColor4 mOwnNameChatColor; |
67 | LLColor4 mEffectColor; | 65 | LLColor4 mEffectColor; |
68 | LLColor4 mClientTagColor; | ||
69 | }; | 66 | }; |
70 | 67 | ||
71 | #endif //LLPREFSCOLORS_H | 68 | #endif //LLPREFSCOLORS_H |