diff options
Diffstat (limited to 'linden/indra/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterregioninfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterregioninfo.cpp b/linden/indra/newview/llfloaterregioninfo.cpp index 12834b3..7b3b8e2 100644 --- a/linden/indra/newview/llfloaterregioninfo.cpp +++ b/linden/indra/newview/llfloaterregioninfo.cpp | |||
@@ -80,6 +80,8 @@ | |||
80 | const S32 TERRAIN_TEXTURE_COUNT = 4; | 80 | const S32 TERRAIN_TEXTURE_COUNT = 4; |
81 | const S32 CORNER_COUNT = 4; | 81 | const S32 CORNER_COUNT = 4; |
82 | 82 | ||
83 | extern LLString gLastVersionChannel; | ||
84 | |||
83 | 85 | ||
84 | ///---------------------------------------------------------------------------- | 86 | ///---------------------------------------------------------------------------- |
85 | /// Local class declaration | 87 | /// Local class declaration |
@@ -317,6 +319,7 @@ void LLFloaterRegionInfo::processRegionInfo(LLMessageSystem* msg) | |||
317 | // GENERAL PANEL | 319 | // GENERAL PANEL |
318 | panel = tab->getChild<LLPanel>("General"); | 320 | panel = tab->getChild<LLPanel>("General"); |
319 | panel->childSetValue("region_text", LLSD(sim_name)); | 321 | panel->childSetValue("region_text", LLSD(sim_name)); |
322 | panel->childSetValue("version_channel_text", gLastVersionChannel); | ||
320 | 323 | ||
321 | panel->childSetValue("block_terraform_check", (region_flags & REGION_FLAGS_BLOCK_TERRAFORM) ? TRUE : FALSE ); | 324 | panel->childSetValue("block_terraform_check", (region_flags & REGION_FLAGS_BLOCK_TERRAFORM) ? TRUE : FALSE ); |
322 | panel->childSetValue("block_fly_check", (region_flags & REGION_FLAGS_BLOCK_FLY) ? TRUE : FALSE ); | 325 | panel->childSetValue("block_fly_check", (region_flags & REGION_FLAGS_BLOCK_FLY) ? TRUE : FALSE ); |