diff options
author | Jacek Antonelli | 2009-09-04 01:56:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-04 03:39:51 -0500 |
commit | 89a510de10c48ebcf82b98a962e4bf66477dcc93 (patch) | |
tree | d30f79f433badffe36a67fc155e70a0e29dd2dc4 /linden/indra/newview/llfloaterabout.cpp | |
parent | Backported 1.23 fix for animation joint assertion crash. (diff) | |
download | meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.zip meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.gz meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.bz2 meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.xz |
Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch.
Made a few non-functional changes to help it apply.
Diffstat (limited to '')
-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 37e9c54..63f72af 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -126,7 +126,15 @@ LLFloaterAbout::LLFloaterAbout() | |||
126 | 126 | ||
127 | // Position | 127 | // Position |
128 | LLViewerRegion* region = gAgent.getRegion(); | 128 | LLViewerRegion* region = gAgent.getRegion(); |
129 | if (region) | 129 | // [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-04 (RLVa-1.0.0a) |
130 | if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWLOC)) | ||
131 | { | ||
132 | support.append(rlv_handler_t::cstrHidden); | ||
133 | support.append("\n\n"); | ||
134 | } | ||
135 | else if (region) | ||
136 | // [/RLVa:KB] | ||
137 | // if (region) | ||
130 | { | 138 | { |
131 | LLStyleSP server_link_style(new LLStyle); | 139 | LLStyleSP server_link_style(new LLStyle); |
132 | server_link_style->setVisible(true); | 140 | server_link_style->setVisible(true); |