diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-03 18:24:39 -0700 | 
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-03 18:24:39 -0700 | 
| commit | dfc75e94141d8abd1fc288920a5fd8ffaeda041b (patch) | |
| tree | ae0833d2b43d9078d59658782d5082d06be236fc /indra | |
| parent | 49db5456505bad4938013c1ed4da8a351e152b52 (diff) | |
Renaming the XUI files for floater_stinson to floater_debug_materials.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llviewerfloaterreg.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_debug_materials.xml (renamed from indra/newview/skins/default/xui/en/floater_stinson.xml) | 3 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/menu_viewer.xml | 2 | 
3 files changed, 3 insertions, 4 deletions
| diff --git a/indra/newview/llviewerfloaterreg.cpp b/indra/newview/llviewerfloaterreg.cpp index 588366a23a..136e8fa0c4 100644 --- a/indra/newview/llviewerfloaterreg.cpp +++ b/indra/newview/llviewerfloaterreg.cpp @@ -256,7 +256,7 @@ void LLViewerFloaterReg::registerFloaters()  	LLFloaterReg::add("pathfinding_characters", "floater_pathfinding_characters.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterPathfindingCharacters>);  	LLFloaterReg::add("pathfinding_linksets", "floater_pathfinding_linksets.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterPathfindingLinksets>);  	LLFloaterReg::add("pathfinding_console", "floater_pathfinding_console.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterPathfindingConsole>); -	LLFloaterReg::add("floater_stinson", "floater_stinson.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterDebugMaterials>); +	LLFloaterReg::add("debug_materials", "floater_debug_materials.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterDebugMaterials>);  	LLFloaterReg::add("people", "floater_people.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterSidePanelContainer>);  	LLFloaterReg::add("places", "floater_places.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterSidePanelContainer>);  	LLFloaterReg::add("preferences", "floater_preferences.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterPreference>); diff --git a/indra/newview/skins/default/xui/en/floater_stinson.xml b/indra/newview/skins/default/xui/en/floater_debug_materials.xml index b152dd5fc8..d7ec5d5e7c 100644 --- a/indra/newview/skins/default/xui/en/floater_stinson.xml +++ b/indra/newview/skins/default/xui/en/floater_debug_materials.xml @@ -8,8 +8,7 @@      min_height="600"      min_width="1100"      layout="topleft" -    name="floater_stinson" -    help_topic="floater_stinson" +    name="debug_materials"      reuse_instance="true"      save_rect="false"      single_instance="true" diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index e94253fcf6..785ae8f366 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -994,7 +994,7 @@            name="StinsonMenu">          <menu_item_call.on_click              function="Floater.ToggleOrBringToFront" -            parameter="floater_stinson" /> +            parameter="debug_materials" />        </menu_item_call>        <menu_item_separator/> | 
