From 1c67ca5520e680fdb36ce370794bde7241386d87 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 15 Jun 2011 05:53:50 -0500 Subject: Fixed a nonfunctional help button in the Region/Estate window. The help button for Minimum Agent Age was being initialized in the code for the Debug tab, when it's actually in the Region tab. --- linden/indra/newview/llfloaterregioninfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linden') diff --git a/linden/indra/newview/llfloaterregioninfo.cpp b/linden/indra/newview/llfloaterregioninfo.cpp index 3c3625b..60bdfcd 100644 --- a/linden/indra/newview/llfloaterregioninfo.cpp +++ b/linden/indra/newview/llfloaterregioninfo.cpp @@ -641,6 +641,7 @@ BOOL LLPanelRegionGeneralInfo::postBuild() initHelpBtn("land_resell_help", "HelpRegionLandResell"); initHelpBtn("parcel_changes_help", "HelpParcelChanges"); initHelpBtn("parcel_search_help", "HelpRegionSearch"); + initHelpBtn("minimum_agent_age_help", "HelpRegionMinimumAge"); childSetAction("kick_btn", onClickKick, this); childSetAction("kick_all_btn", onClickKickAll, this); @@ -977,8 +978,6 @@ BOOL LLPanelRegionDebugInfo::postBuild() initHelpBtn("top_colliders_help", "HelpRegionTopColliders"); initHelpBtn("top_scripts_help", "HelpRegionTopScripts"); initHelpBtn("restart_help", "HelpRegionRestart"); - initHelpBtn("minimum_agent_age_help", "HelpRegionMinimumAge"); - childSetAction("choose_avatar_btn", onClickChooseAvatar, this); childSetAction("return_btn", onClickReturn, this); -- cgit v1.1