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.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatertest.cpp b/linden/indra/newview/llfloatertest.cpp
index 6719a38..5af34a8 100644
--- a/linden/indra/newview/llfloatertest.cpp
+++ b/linden/indra/newview/llfloatertest.cpp
@@ -3,6 +3,8 @@
3 * @author James Cook 3 * @author James Cook
4 * @brief Torture-test floater for all UI elements 4 * @brief Torture-test floater for all UI elements
5 * 5 *
6 * $LicenseInfo:firstyear=2006&license=viewergpl$
7 *
6 * Copyright (c) 2006-2007, Linden Research, Inc. 8 * Copyright (c) 2006-2007, Linden Research, Inc.
7 * 9 *
8 * Second Life Viewer Source Code 10 * Second Life Viewer Source Code
@@ -25,6 +27,7 @@
25 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 27 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
26 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 28 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
27 * COMPLETENESS OR PERFORMANCE. 29 * COMPLETENESS OR PERFORMANCE.
30 * $/LicenseInfo$
28 */ 31 */
29 32
30#include "llviewerprecompiledheaders.h" 33#include "llviewerprecompiledheaders.h"
@@ -181,8 +184,7 @@ LLFloaterTestImpl::LLFloaterTestImpl()
181 y -= VPAD + LINE; 184 y -= VPAD + LINE;
182 185
183 btn = new LLButton("unicode_btn", LLRect(LEFT, y, LEFT+100, y-20)); 186 btn = new LLButton("unicode_btn", LLRect(LEFT, y, LEFT+100, y-20));
184 btn->setLabelUnselected("unicode"); 187 btn->setLabel(LLString("unicode"));
185 btn->setLabelSelected("unicode");
186 panel->addChild(btn); 188 panel->addChild(btn);
187 189
188 y -= VPAD + 20; 190 y -= VPAD + 20;