diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelpermissions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelpermissions.cpp b/linden/indra/newview/llpanelpermissions.cpp index fc05744..6b318e0 100644 --- a/linden/indra/newview/llpanelpermissions.cpp +++ b/linden/indra/newview/llpanelpermissions.cpp | |||
@@ -277,7 +277,7 @@ void LLPanelPermissions::refresh() | |||
277 | BOOL is_perm_modify = (LLSelectMgr::getInstance()->getSelection()->getFirstRootNode() | 277 | BOOL is_perm_modify = (LLSelectMgr::getInstance()->getSelection()->getFirstRootNode() |
278 | && LLSelectMgr::getInstance()->selectGetRootsModify()) | 278 | && LLSelectMgr::getInstance()->selectGetRootsModify()) |
279 | || LLSelectMgr::getInstance()->selectGetModify(); | 279 | || LLSelectMgr::getInstance()->selectGetModify(); |
280 | const LLView* keyboard_focus_view = gFocusMgr.getKeyboardFocus(); | 280 | const LLFocusableElement* keyboard_focus_view = gFocusMgr.getKeyboardFocus(); |
281 | S32 string_index = 0; | 281 | S32 string_index = 0; |
282 | std::string MODIFY_INFO_STRINGS[] = | 282 | std::string MODIFY_INFO_STRINGS[] = |
283 | { | 283 | { |