diff options
author | Jonathan Yap <none@none> | 2011-06-29 10:28:06 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-06-29 10:28:06 -0400 |
commit | 68c8248fb9450cc9adb41f53f0d2f03d5fd4124e (patch) | |
tree | 7bc314feb88ef71fda8621ecf2cdd9211f17f20f /indra/newview/llpanelwearing.h | |
parent | 3bc99274f19ce0cbc3e600c0010655e2778ab405 (diff) |
STORM-1459 "Wearing Tab" - Add ability to copy displayed inventory names to clipboard
Diffstat (limited to 'indra/newview/llpanelwearing.h')
-rw-r--r-- | indra/newview/llpanelwearing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelwearing.h b/indra/newview/llpanelwearing.h index 157b2c4c5f..4c9f5ed079 100644 --- a/indra/newview/llpanelwearing.h +++ b/indra/newview/llpanelwearing.h @@ -66,6 +66,7 @@ public: private: void onWearableItemsListRightClick(LLUICtrl* ctrl, S32 x, S32 y); + void copyToClipboard(); LLInventoryCategoriesObserver* mCategoriesObserver; LLWearableItemsList* mCOFItemsList; |