aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterregioninfo.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llfloaterregioninfo.cpp
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterregioninfo.cpp3
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 @@
80const S32 TERRAIN_TEXTURE_COUNT = 4; 80const S32 TERRAIN_TEXTURE_COUNT = 4;
81const S32 CORNER_COUNT = 4; 81const S32 CORNER_COUNT = 4;
82 82
83extern 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 );