PageRenderTime 21ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/it/menu_text_editor.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 936107fc882b1b3f0eaa65ac3607c555 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <context_menu name="Text editor context menu">
  3. <menu_item_call label="Taglia" name="Cut"/>
  4. <menu_item_call label="Copia" name="Copy"/>
  5. <menu_item_call label="Incolla" name="Paste"/>
  6. <menu_item_call label="Elimina" name="Delete"/>
  7. <menu_item_call label="Seleziona tutto" name="Select All"/>
  8. </context_menu>