diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-14 00:52:40 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-14 00:52:40 +0300 |
commit | 7577ec25a066c5bb9b39978e32b8da084b1916d7 (patch) | |
tree | b828f71173063c224982f40710a1c4375354aa4f /indra/newview/llnearbychatbar.h | |
parent | 88a7262340f2fc5085f4ac6600790518d01292d6 (diff) |
STORM-1095 FIX Chat preferences > font size should increase size of input text in the chat box.
Submitting on behalf of Jonathan Yap.
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index 96ab45071b..efddec942f 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -127,6 +127,7 @@ protected: void sendChat( EChatType type ); void onChatBoxCommit(); + void onChatFontChange(LLFontGL* fontp); static LLWString stripChannelNumber(const LLWString &mesg, S32* channel); EChatType processChatTypeTriggers(EChatType type, std::string &str); |