Skip to content
Snippets Groups Projects
Commit f08e3f9a authored by Mike Antipov's avatar Mike Antipov
Browse files

Merge after backout of 412588eb49a2

--HG--
branch : product-engine
parents 50e6e5e4 1c66ca72
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
#include "llfocusmgr.h" #include "llfocusmgr.h"
#include "lllocalcliprect.h" #include "lllocalcliprect.h"
#include "lltrans.h"
#include "boost/bind.hpp" #include "boost/bind.hpp"
static const S32 DRAGGER_BAR_MARGIN = 4; static const S32 DRAGGER_BAR_MARGIN = 4;
...@@ -74,7 +72,6 @@ LLAccordionCtrl::LLAccordionCtrl(const Params& params):LLPanel(params) ...@@ -74,7 +72,6 @@ LLAccordionCtrl::LLAccordionCtrl(const Params& params):LLPanel(params)
{ {
initNoTabsWidget(params.no_matched_tabs_text); initNoTabsWidget(params.no_matched_tabs_text);
mNoVisibleTabsOrigString = LLTrans::getString(params.no_visible_tabs_text.initial_value().asString());
mSingleExpansion = params.single_expansion; mSingleExpansion = params.single_expansion;
if(mFitParent && !mSingleExpansion) if(mFitParent && !mSingleExpansion)
{ {
...@@ -389,7 +386,7 @@ void LLAccordionCtrl::initNoTabsWidget(const LLTextBox::Params& tb_params) ...@@ -389,7 +386,7 @@ void LLAccordionCtrl::initNoTabsWidget(const LLTextBox::Params& tb_params)
{ {
LLTextBox::Params tp = tb_params; LLTextBox::Params tp = tb_params;
tp.rect(getLocalRect()); tp.rect(getLocalRect());
mNoMatchedTabsOrigString = LLTrans::getString(tp.initial_value().asString()); mNoMatchedTabsOrigString = tp.initial_value().asString();
mNoVisibleTabsHelpText = LLUICtrlFactory::create<LLTextBox>(tp, this); mNoVisibleTabsHelpText = LLUICtrlFactory::create<LLTextBox>(tp, this);
} }
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
background_visible="true" background_visible="true"
bg_alpha_color="DkGray2" bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2" bg_opaque_color="DkGray2"
no_matched_tabs_text.value="NoOutfitsTabsMatched" no_matched_tabs_text.value="Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search]."
no_matched_tabs_text.v_pad="10" no_matched_tabs_text.v_pad="10"
no_visible_tabs_text.value="NoOutfits" no_visible_tabs_text.value="..."
follows="all" follows="all"
height="400" height="400"
layout="topleft" layout="topleft"
......
...@@ -2188,16 +2188,11 @@ Clears (deletes) the media and all params from the given face. ...@@ -2188,16 +2188,11 @@ Clears (deletes) the media and all params from the given face.
<string name="PanelDirEventsDateText">[mthnum,datetime,slt]/[day,datetime,slt]</string> <string name="PanelDirEventsDateText">[mthnum,datetime,slt]/[day,datetime,slt]</string>
<!-- panel contents --> <!-- panel contents -->
<string name="PanelContentsTooltip">Content of object</string>
<string name="PanelContentsNewScript">New Script</string> <string name="PanelContentsNewScript">New Script</string>
<!-- panel preferences general --> <!-- panel preferences general -->
<string name="BusyModeResponseDefault">The Resident you messaged is in &apos;busy mode&apos; which means they have requested not to be disturbed. Your message will still be shown in their IM panel for later viewing.</string> <string name="BusyModeResponseDefault">The Resident you messaged is in &apos;busy mode&apos; which means they have requested not to be disturbed. Your message will still be shown in their IM panel for later viewing.</string>
<!-- Outfits Panel -->
<string name="NoOutfits">You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]</string>
<string name="NoOutfitsTabsMatched">Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search].</string>
<!-- Mute --> <!-- Mute -->
<string name="MuteByName">(By name)</string> <string name="MuteByName">(By name)</string>
<string name="MuteAgent">(Resident)</string> <string name="MuteAgent">(Resident)</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment