diff options
author | Jacek Antonelli | 2008-09-28 17:21:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-28 17:21:46 -0500 |
commit | 31e7c77a411d94bc87f0232588b339149bb29a49 (patch) | |
tree | 49e487700e91713e620e4d33f20b7f7afb5a2fa9 /linden/indra/newview/llfloaterabout.cpp | |
parent | Second Life viewer sources 1.21.2-RC (diff) | |
download | meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.zip meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.gz meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.bz2 meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.xz |
Second Life viewer sources 1.21.3-RC
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index a90edb4..76586ed 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -131,7 +131,7 @@ LLFloaterAbout::LLFloaterAbout() | |||
131 | server_link_style->setColor(gSavedSettings.getColor4("HTMLLinkColor")); | 131 | server_link_style->setColor(gSavedSettings.getColor4("HTMLLinkColor")); |
132 | 132 | ||
133 | const LLVector3d &pos = gAgent.getPositionGlobal(); | 133 | const LLVector3d &pos = gAgent.getPositionGlobal(); |
134 | LLUIString pos_text = getUIString("you_are_at"); | 134 | LLUIString pos_text = getString("you_are_at"); |
135 | pos_text.setArg("[POSITION]", | 135 | pos_text.setArg("[POSITION]", |
136 | llformat("%.1f, %.1f, %.1f ", pos.mdV[VX], pos.mdV[VY], pos.mdV[VZ])); | 136 | llformat("%.1f, %.1f, %.1f ", pos.mdV[VX], pos.mdV[VY], pos.mdV[VZ])); |
137 | support.append(pos_text); | 137 | support.append(pos_text); |