aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatergodtools.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-17 01:25:49 -0700
committerMcCabe Maxsted2010-09-17 01:25:49 -0700
commit3329e607a6d20fcccd3a23258610e729376f5e6b (patch)
treeddd8a48bdc0a06be95e42d4e7edca263720f48a6 /linden/indra/newview/llfloatergodtools.cpp
parentUpdated de translations to third and fourth batches by Eryn (diff)
downloadmeta-impy-3329e607a6d20fcccd3a23258610e729376f5e6b.zip
meta-impy-3329e607a6d20fcccd3a23258610e729376f5e6b.tar.gz
meta-impy-3329e607a6d20fcccd3a23258610e729376f5e6b.tar.bz2
meta-impy-3329e607a6d20fcccd3a23258610e729376f5e6b.tar.xz
Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks Eryn)
Diffstat (limited to 'linden/indra/newview/llfloatergodtools.cpp')
-rw-r--r--linden/indra/newview/llfloatergodtools.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatergodtools.cpp b/linden/indra/newview/llfloatergodtools.cpp
index 4959a29..2bbbc65 100644
--- a/linden/indra/newview/llfloatergodtools.cpp
+++ b/linden/indra/newview/llfloatergodtools.cpp
@@ -77,6 +77,8 @@
77#include "lltransfertargetfile.h" 77#include "lltransfertargetfile.h"
78#include "lltransfersourcefile.h" 78#include "lltransfersourcefile.h"
79 79
80#include "hippoGridManager.h"
81
80const F32 SECONDS_BETWEEN_UPDATE_REQUESTS = 5.0f; 82const F32 SECONDS_BETWEEN_UPDATE_REQUESTS = 5.0f;
81 83
82static LLFloaterGodTools* sGodTools = NULL; 84static LLFloaterGodTools* sGodTools = NULL;
@@ -135,6 +137,8 @@ LLFloaterGodTools::LLFloaterGodTools()
135 sendRegionInfoRequest(); 137 sendRegionInfoRequest();
136 138
137 childShowTab("GodTools Tabs", "region"); 139 childShowTab("GodTools Tabs", "region");
140
141 childSetTextArg("land cost text", "[CURRENCY]", gHippoGridManager->getConnectedGrid()->getCurrencySymbol());
138} 142}
139 143
140// static 144// static