diff options
author | Cho <cho@lindenlab.com> | 2014-04-23 22:19:20 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-04-23 22:19:20 +0100 |
commit | 2206f97d8efb2683e6c0d759a8549de9de67a054 (patch) | |
tree | 18ae8585372201d23684fbeee05fb1267dd145e7 /indra/newview/llfloaterexperiences.cpp | |
parent | 90a42d43b255eca082c283e5a0dfabd4ebfce508 (diff) |
Added SEARCH tab to Experience floater for ACME-1420
Diffstat (limited to 'indra/newview/llfloaterexperiences.cpp')
-rw-r--r-- | indra/newview/llfloaterexperiences.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterexperiences.cpp b/indra/newview/llfloaterexperiences.cpp index 1654419826..51e3996f3f 100644 --- a/indra/newview/llfloaterexperiences.cpp +++ b/indra/newview/llfloaterexperiences.cpp @@ -36,7 +36,7 @@ #include "llevents.h" #include "llnotificationsutil.h" #include "llpanelexperiencelog.h" - +#include "llpanelexperiencepicker.h" #define SHOW_RECENT_TAB (0) @@ -106,6 +106,7 @@ LLPanelExperiences* LLFloaterExperiences::addTab(const std::string& name, bool s BOOL LLFloaterExperiences::postBuild() { + getChild<LLTabContainer>("xp_tabs")->addTabPanel(new LLPanelExperiencePicker()); addTab("Allowed_Experiences_Tab", true); addTab("Blocked_Experiences_Tab", false); addTab("Admin_Experiences_Tab", false); |