Skip to content
Snippets Groups Projects
Commit c248a10f authored by Paul ProductEngine's avatar Paul ProductEngine
Browse files

MAINT-940 FIXED (Spelling error in Favorites Bar source)

- Corrected spelling error
parent b57a6186
Branches
Tags
No related merge requests found
...@@ -1191,7 +1191,7 @@ void LLFavoritesBarCtrl::doToSelected(const LLSD& userdata) ...@@ -1191,7 +1191,7 @@ void LLFavoritesBarCtrl::doToSelected(const LLSD& userdata)
} }
else if (action == "paste") else if (action == "paste")
{ {
pastFromClipboard(); pasteFromClipboard();
} }
else if (action == "delete") else if (action == "delete")
{ {
...@@ -1239,7 +1239,7 @@ BOOL LLFavoritesBarCtrl::isClipboardPasteable() const ...@@ -1239,7 +1239,7 @@ BOOL LLFavoritesBarCtrl::isClipboardPasteable() const
return TRUE; return TRUE;
} }
void LLFavoritesBarCtrl::pastFromClipboard() const void LLFavoritesBarCtrl::pasteFromClipboard() const
{ {
LLInventoryModel* model = &gInventory; LLInventoryModel* model = &gInventory;
if(model && isClipboardPasteable()) if(model && isClipboardPasteable())
......
...@@ -90,7 +90,7 @@ class LLFavoritesBarCtrl : public LLUICtrl, public LLInventoryObserver ...@@ -90,7 +90,7 @@ class LLFavoritesBarCtrl : public LLUICtrl, public LLInventoryObserver
bool enableSelected(const LLSD& userdata); bool enableSelected(const LLSD& userdata);
void doToSelected(const LLSD& userdata); void doToSelected(const LLSD& userdata);
BOOL isClipboardPasteable() const; BOOL isClipboardPasteable() const;
void pastFromClipboard() const; void pasteFromClipboard() const;
void showDropDownMenu(); void showDropDownMenu();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment