From b235c59d60472f818a9142c0886b95a0ff4191d7 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:19 -0500 Subject: Second Life viewer sources 1.18.6.0-RC --- linden/indra/newview/llfloatertest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/llfloatertest.cpp') diff --git a/linden/indra/newview/llfloatertest.cpp b/linden/indra/newview/llfloatertest.cpp index 5af34a8..2716306 100644 --- a/linden/indra/newview/llfloatertest.cpp +++ b/linden/indra/newview/llfloatertest.cpp @@ -147,7 +147,7 @@ LLFloaterTestImpl::LLFloaterTestImpl() "monospaced, non-opaque text with tooltip, non-opaque non-opaque", LLFontGL::sMonospace, FALSE); // mouse_opaque - text->setToolTip("I'm a tooltip"); + text->setToolTip(LLString("I'm a tooltip")); addChild(text); y -= VPAD + LINE; @@ -178,7 +178,7 @@ LLFloaterTestImpl::LLFloaterTestImpl() LLString("File"), LLFontGL::sSansSerif, TRUE); // mouse_opaque - text->setToolTip("This should be Unicode text"); + text->setToolTip(LLString("This should be Unicode text")); panel->addChild(text); y -= VPAD + LINE; -- cgit v1.1