PageRenderTime 33ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/menu_save_outfit.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 22 lines | 22 code | 0 blank | 0 comment | 0 complexity | 1c3d9dd36b4a4d17befa278aa60d874b MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <toggleable_menu
  3. height="201"
  4. layout="topleft"
  5. mouse_opaque="false"
  6. name="save_outfit_menu"
  7. width="120">
  8. <menu_item_call
  9. name="save_outfit"
  10. label="Save">
  11. <menu_item_call.on_click
  12. function="Outfit.Save.Action"
  13. userdata=""/>
  14. </menu_item_call>
  15. <menu_item_call
  16. name="save_as_new_outfit"
  17. label="Save As">
  18. <menu_item_call.on_click
  19. function="Outfit.SaveAs.Action"
  20. userdata="" />
  21. </menu_item_call>
  22. </toggleable_menu>