diff options
author | McCabe Maxsted | 2010-09-17 01:25:49 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-17 01:25:49 -0700 |
commit | 3329e607a6d20fcccd3a23258610e729376f5e6b (patch) | |
tree | ddd8a48bdc0a06be95e42d4e7edca263720f48a6 /linden/indra/newview/llfloatergodtools.cpp | |
parent | Updated de translations to third and fourth batches by Eryn (diff) | |
download | meta-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.cpp | 4 |
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 | |||
80 | const F32 SECONDS_BETWEEN_UPDATE_REQUESTS = 5.0f; | 82 | const F32 SECONDS_BETWEEN_UPDATE_REQUESTS = 5.0f; |
81 | 83 | ||
82 | static LLFloaterGodTools* sGodTools = NULL; | 84 | static 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 |