diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llfloatertest.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatertest.cpp | 4 |
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; |