diff options
author | Oz Linden <oz@lindenlab.com> | 2014-04-22 13:05:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-04-22 13:05:26 -0400 |
commit | b4ca93cadce90466d41704b68933c21fe909bcb8 (patch) | |
tree | 34b19278571d885a42c5ae31baeb5af532e7ea39 /indra/newview/lltoastnotifypanel.cpp | |
parent | cd382d08c84e2d984a4a20888280084daa290c3f (diff) | |
parent | b1a7137ba6e56e1b692205f129d86acc942209e9 (diff) |
merge up to 3.7.6-release
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rwxr-xr-x | indra/newview/lltoastnotifypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 9824f2dd38..c983527762 100755 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -46,7 +46,7 @@ const S32 BOTTOM_PAD = VPAD * 3; const S32 IGNORE_BTN_TOP_DELTA = 3*VPAD;//additional ignore_btn padding S32 BUTTON_WIDTH = 90; -// *TODO: magic numbers(???) - copied from llnotify.cpp(250) +// *TODO: magic numbers(?) - copied from llnotify.cpp(250) const S32 MAX_LENGTH = 512 + 20 + DB_FIRST_NAME_BUF_SIZE + DB_LAST_NAME_BUF_SIZE + DB_INV_ITEM_NAME_BUF_SIZE; |