diff options
author | McCabe Maxsted | 2010-08-19 10:54:12 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-19 10:54:12 -0700 |
commit | 9302b9658ee8a2bc8547d5131faed42b6efa5575 (patch) | |
tree | cc43f4af2b727abf18986b283eface47cd23e59a /linden/indra/newview/llfloaterabout.cpp | |
parent | Disable ParticleChat by default, as it's a privacy concern. (diff) | |
download | meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.zip meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.gz meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.bz2 meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.xz |
Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 7e6c43f..1945df4 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -141,7 +141,7 @@ LLFloaterAbout::LLFloaterAbout() | |||
141 | 141 | ||
142 | // Position | 142 | // Position |
143 | LLViewerRegion* region = gAgent.getRegion(); | 143 | LLViewerRegion* region = gAgent.getRegion(); |
144 | // [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-04 (RLVa-1.0.0a) | 144 | // [RLVa:KB] - Version: 1.23.4 | Checked: 2009-07-04 (RLVa-1.0.0a) |
145 | if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWLOC)) | 145 | if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWLOC)) |
146 | { | 146 | { |
147 | support.append(rlv_handler_t::cstrHidden); | 147 | support.append(rlv_handler_t::cstrHidden); |