summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-07-08 16:21:51 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-07-08 16:21:51 -0400
commit6f62e8b59191ee622591c91a55d02bb6c808e85a (patch)
tree76ee947abbdadf4c276cc3c05b8cf31d16986435
parentece0f4eb566af937d724f60f934beb6dfcb4d493 (diff)
Quote "LLAppearance" op="wearOutfit" folder_id and folder_name args
-rw-r--r--indra/newview/llappearancelistener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancelistener.cpp b/indra/newview/llappearancelistener.cpp
index 75eaf29186..b8aca96b43 100644
--- a/indra/newview/llappearancelistener.cpp
+++ b/indra/newview/llappearancelistener.cpp
@@ -38,7 +38,7 @@ LLAppearanceListener::LLAppearanceListener()
"API to wear a specified outfit and wear/remove individual items")
{
add("wearOutfit",
- "Wear outfit by folder id: [folder_id] OR by folder name: [folder_name]\n"
+ "Wear outfit by folder id: [\"folder_id\"] OR by folder name: [\"folder_name\"]\n"
"When [\"append\"] is true, outfit will be added to COF\n"
"otherwise it will replace current oufit",
&LLAppearanceListener::wearOutfit);