diff options
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 32b2c18..686353b 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -139,7 +139,15 @@ LLFloaterAbout::LLFloaterAbout() | |||
139 | 139 | ||
140 | // Position | 140 | // Position |
141 | LLViewerRegion* region = gAgent.getRegion(); | 141 | LLViewerRegion* region = gAgent.getRegion(); |
142 | if (region) | 142 | // [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-04 (RLVa-1.0.0a) |
143 | if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWLOC)) | ||
144 | { | ||
145 | support.append(rlv_handler_t::cstrHidden); | ||
146 | support.append("\n\n"); | ||
147 | } | ||
148 | else if (region) | ||
149 | // [/RLVa:KB] | ||
150 | // if (region) | ||
143 | { | 151 | { |
144 | LLStyleSP server_link_style(new LLStyle); | 152 | LLStyleSP server_link_style(new LLStyle); |
145 | server_link_style->setVisible(true); | 153 | server_link_style->setVisible(true); |