diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-09-04 23:55:15 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-09-04 23:55:15 +0000 |
commit | ad169d3f540c475cdabf34e5cd8219ba6caa8eb6 (patch) | |
tree | 3719cdd5241f789fd5a7dce31855d7ab129e5777 /indra/newview/llfloatertools.cpp | |
parent | f929ec2d64155fd2921fb8e0cd13a59b5552b1bc (diff) |
DEV-39508 = Show Tools ("Build") menu by default
* Also eliminated some unused settings
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r-- | indra/newview/llfloatertools.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index d05c9cb9a7..f334344279 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -725,7 +725,7 @@ void LLFloaterTools::onOpen(const LLSD& key) mTab->selectTabByName(panel); } - gMenuBarView->setItemVisible("BuildTools", TRUE); + //gMenuBarView->setItemVisible("BuildTools", TRUE); } void LLFloaterTools::onClose() @@ -755,7 +755,7 @@ void LLFloaterTools::onClose() // so manually reset tool to default (pie menu tool) LLToolMgr::getInstance()->getCurrentToolset()->selectFirstTool(); - gMenuBarView->setItemVisible("BuildTools", FALSE); + //gMenuBarView->setItemVisible("BuildTools", FALSE); } void click_popup_info(void*) |