summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorSamuel Kolb <skolb@lindenlab.com>2009-11-30 18:06:23 -0800
committerSamuel Kolb <skolb@lindenlab.com>2009-11-30 18:06:23 -0800
commit4b710367a1ac986e8be731bc391c0b375424148f (patch)
tree4310984bc5838a989ef0b48c773b7e0347f4a357 /indra/llui
parente2699c64a20262f6fbe6c1432294e8428e8cda5d (diff)
parent6dd3f54924b57224298f6d76c766b403d165783f (diff)
local merge
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltooltip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltooltip.cpp b/indra/llui/lltooltip.cpp
index 959313a5b6..d7228c78bd 100644
--- a/indra/llui/lltooltip.cpp
+++ b/indra/llui/lltooltip.cpp
@@ -228,7 +228,7 @@ LLToolTip::LLToolTip(const LLToolTip::Params& p)
{
LLButton::Params p_button;
p_button.name(std::string("play_media"));
- p_button.label(""); // provid label but set to empty so name does not overwrite it -angela
+ p_button.label(""); // provide label but set to empty so name does not overwrite it -angela
TOOLTIP_PLAYBUTTON_SIZE = 16;
LLRect button_rect;
button_rect.setOriginAndSize((mPadding +TOOLTIP_ICON_SIZE+ mPadding ), mPadding, TOOLTIP_ICON_SIZE, TOOLTIP_ICON_SIZE);