Fixed normal bug EXT-651 (Upload Image shortcut (Ctrl-U / Cmd-U) does not work)
--HG-- branch : product-enginemeow-7.2.2
parent
1d5df49d6a
commit
33d1d5bc4d
|
|
@ -1594,6 +1594,16 @@
|
|||
name="Shortcuts"
|
||||
tear_off="true"
|
||||
visible="false">
|
||||
<menu_item_call
|
||||
label="Image (L$[COST])..."
|
||||
layout="topleft"
|
||||
name="Upload Image"
|
||||
shortcut="control|U">
|
||||
<menu_item_call.on_click
|
||||
function="File.UploadImage"
|
||||
parameter="" />
|
||||
<menu_item_call.on_enable
|
||||
function="File.EnableUpload" />
|
||||
<menu_item_check
|
||||
label="Search"
|
||||
layout="topleft"
|
||||
|
|
|
|||
Loading…
Reference in New Issue