diff options
author | richard <none@none> | 2009-10-28 11:49:28 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-28 11:49:28 -0700 |
commit | 16f5b86ff9d35e4224b0f8490c61099b16ddf014 (patch) | |
tree | 54057ddb23ade6c57040f6c605259409d1de8f1c /indra/newview/llchathistory.h | |
parent | faa70a5986e0d322f53c16d60d439d3f7441cfa6 (diff) | |
parent | 135697dcffd6844071d8d93fb4b45cc6c24a1d8a (diff) |
merge
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index d6eccf896a..69066a0110 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -52,7 +52,7 @@ class LLChatHistory : public LLTextEditor //Widget left padding from the scroll rect Optional<S32> left_widget_pad; //Widget right padding from the scroll rect - Optional<S32> rigth_widget_pad; + Optional<S32> right_widget_pad; Params() : message_header("message_header"), @@ -60,7 +60,7 @@ class LLChatHistory : public LLTextEditor left_text_pad("left_text_pad"), right_text_pad("right_text_pad"), left_widget_pad("left_widget_pad"), - rigth_widget_pad("rigth_widget_pad") + right_widget_pad("right_widget_pad") { } |