aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:56 -0500
committerJacek Antonelli2008-08-15 23:44:56 -0500
commitc07901e29ed545bbb02e3bddf148fe1104b94e9f (patch)
treef1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/newview/llfloatertools.cpp
parentSecond Life viewer sources 1.15.0.2 (diff)
downloadmeta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz
Second Life viewer sources 1.15.1.3
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