Add Paste As Copy to inventory menu...
The opposite of Paste As Link, this will make copies of everything in the paste buffer, allowing the user to copy bunches of items or links and simply paste them to make new copies. Also appears when not needed... unsure how to go about removing, maybe comment out in release?
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
||||
virtual BOOL copyToClipboard() const;
|
||||
virtual void cutToClipboard();
|
||||
virtual BOOL isClipboardPasteable() const;
|
||||
virtual void pasteFromClipboard();
|
||||
virtual void pasteFromClipboard(bool only_copies = false);
|
||||
virtual void pasteLinkFromClipboard();
|
||||
virtual void buildContextMenu(LLMenuGL& menu, U32 flags);
|
||||
virtual void performAction(LLInventoryModel* model, std::string action);
|
||||
@@ -604,7 +604,7 @@ BOOL LLTaskInvFVBridge::isClipboardPasteable() const
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void LLTaskInvFVBridge::pasteFromClipboard()
|
||||
void LLTaskInvFVBridge::pasteFromClipboard(bool only_copies)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user