diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-07 20:55:35 +0300 | 
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-07 20:55:35 +0300 | 
| commit | 840e33e41e07777473617a0b3320b5a38cba8670 (patch) | |
| tree | 6930c4bdd9e1690a842af9a59fcc7d1b4e0c0fc1 | |
| parent | d68b8ce26936b239443b309b797d3d345a560d41 (diff) | |
EXT-8168 FIXED Used localized labels when populating 'New Clothes' and 'New Body Parts' submenus of the My Outfits gear menu.
Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/708/
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index c397dd5092..2df1982e03 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -196,7 +196,7 @@ private:  			LLMenuItemCallGL::Params p;  			p.name = type_name; -			p.label = LLWearableType::getTypeDefaultNewName(type); +			p.label = LLTrans::getString(LLWearableType::getTypeDefaultNewName(type));  			p.on_click.function_name = "Wearable.Create";  			p.on_click.parameter = LLSD(type_name); | 
