aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatertest.cpp')
-rw-r--r--linden/indra/newview/llfloatertest.cpp4
1 files changed, 2 insertions, 2 deletions
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()
147 "monospaced, non-opaque text with tooltip, non-opaque non-opaque", 147 "monospaced, non-opaque text with tooltip, non-opaque non-opaque",
148 LLFontGL::sMonospace, 148 LLFontGL::sMonospace,
149 FALSE); // mouse_opaque 149 FALSE); // mouse_opaque
150 text->setToolTip("I'm a tooltip"); 150 text->setToolTip(LLString("I'm a tooltip"));
151 addChild(text); 151 addChild(text);
152 152
153 y -= VPAD + LINE; 153 y -= VPAD + LINE;
@@ -178,7 +178,7 @@ LLFloaterTestImpl::LLFloaterTestImpl()
178 LLString("File"), 178 LLString("File"),
179 LLFontGL::sSansSerif, 179 LLFontGL::sSansSerif,
180 TRUE); // mouse_opaque 180 TRUE); // mouse_opaque
181 text->setToolTip("This should be Unicode text"); 181 text->setToolTip(LLString("This should be Unicode text"));
182 panel->addChild(text); 182 panel->addChild(text);
183 183
184 y -= VPAD + LINE; 184 y -= VPAD + LINE;