aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatertools.cpp')
-rw-r--r--linden/indra/newview/llfloatertools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertools.cpp b/linden/indra/newview/llfloatertools.cpp
index 0480628..3931acb 100644
--- a/linden/indra/newview/llfloatertools.cpp
+++ b/linden/indra/newview/llfloatertools.cpp
@@ -314,8 +314,8 @@ BOOL LLFloaterTools::postBuild()
314 mTab->setFollows(FOLLOWS_TOP | FOLLOWS_LEFT); 314 mTab->setFollows(FOLLOWS_TOP | FOLLOWS_LEFT);
315 mTab->setVisible( gSavedSettings.getBOOL("ToolboxShowMore") ); 315 mTab->setVisible( gSavedSettings.getBOOL("ToolboxShowMore") );
316 mTab->setBorderVisible(FALSE); 316 mTab->setBorderVisible(FALSE);
317 mTab->selectFirstTab();
317 } 318 }
318 mTab->selectFirstTab();
319 return TRUE; 319 return TRUE;
320} 320}
321 321