# Conflicts:
#	indra/newview/llexperiencelog.cpp
This commit is contained in:
Liru Færs
2020-02-25 03:33:49 -05:00
6 changed files with 19 additions and 8 deletions

View File

@@ -94,6 +94,9 @@
<menu_item_call label="Open in New Window" name="Open Folder In New Window">
<on_click function="Inventory.DoToSelected" userdata="open_in_new_window"/>
</menu_item_call>
<menu_item_call label="Copy Folder UUID" name="Copy Folder UUID">
<on_click function="Inventory.DoToSelected" userdata="copy_folder_uuid"/>
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="New Folder" left="0" mouse_opaque="true"
name="New Folder" width="128">
<on_click filter="" function="Inventory.DoCreate" userdata="category" />

View File

@@ -7164,7 +7164,7 @@ Event Notification:
<button
index="2"
name="Cancel"
text="Cancel"/>
text="Dismiss"/>
</form>
</notification>