diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-06-04 08:55:51 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-04 08:55:51 -0700 |
commit | 44ac5dc9377915d5d1a31dc3d52423d07b4d7f02 (patch) | |
tree | e072bd5813671f68b0cbf826ca2936ed3a2b63c0 /indra/newview/llwearableitemslist.h | |
parent | f968b6078ba764f9c9ed24be23424b59633cff71 (diff) | |
parent | 15b855409a0ae7588236fe43f4aaa1d5d389b005 (diff) |
Merged from viewer-public
Diffstat (limited to 'indra/newview/llwearableitemslist.h')
-rw-r--r-- | indra/newview/llwearableitemslist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llwearableitemslist.h b/indra/newview/llwearableitemslist.h index 0ed480a92a..2fdb8f0ab8 100644 --- a/indra/newview/llwearableitemslist.h +++ b/indra/newview/llwearableitemslist.h @@ -139,7 +139,7 @@ public: inline void setShowMoveDownButton(bool show) { setShowWidget("btn_move_down", show); } inline void setShowLockButton(bool show) { setShowWidget("btn_lock", show); } - inline void setShowEditButton(bool show) { setShowWidget("btn_edit", show); } + inline void setShowEditButton(bool show) { setShowWidget("btn_edit_panel", show); } protected: @@ -164,7 +164,7 @@ public: * Make button visible during mouse over event. */ inline void setShowLockButton(bool show) { setShowWidget("btn_lock", show); } - inline void setShowEditButton(bool show) { setShowWidget("btn_edit", show); } + inline void setShowEditButton(bool show) { setShowWidget("btn_edit_panel", show); } protected: LLPanelBodyPartsListItem(LLViewerInventoryItem* item); |