diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewermenu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp index ecf6fcb..895f488 100644 --- a/linden/indra/newview/llviewermenu.cpp +++ b/linden/indra/newview/llviewermenu.cpp | |||
@@ -676,6 +676,7 @@ void init_menus() | |||
676 | gMenuHolder->childSetLabelArg("Upload Sound", "[COST]", upload_cost); | 676 | gMenuHolder->childSetLabelArg("Upload Sound", "[COST]", upload_cost); |
677 | gMenuHolder->childSetLabelArg("Upload Animation", "[COST]", upload_cost); | 677 | gMenuHolder->childSetLabelArg("Upload Animation", "[COST]", upload_cost); |
678 | gMenuHolder->childSetLabelArg("Bulk Upload", "[COST]", upload_cost); | 678 | gMenuHolder->childSetLabelArg("Bulk Upload", "[COST]", upload_cost); |
679 | gMenuHolder->childSetLabelArg("ImportUpload", "[COST]", upload_cost); | ||
679 | 680 | ||
680 | gAFKMenu = gMenuBarView->getChild<LLMenuItemCallGL>("Set Away", TRUE); | 681 | gAFKMenu = gMenuBarView->getChild<LLMenuItemCallGL>("Set Away", TRUE); |
681 | gBusyMenu = gMenuBarView->getChild<LLMenuItemCallGL>("Set Busy", TRUE); | 682 | gBusyMenu = gMenuBarView->getChild<LLMenuItemCallGL>("Set Busy", TRUE); |