Skip to content
Snippets Groups Projects
Commit 33d1d5bc authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

Fixed normal bug EXT-651 (Upload Image shortcut (Ctrl-U / Cmd-U) does not work)

--HG--
branch : product-engine
parent 1d5df49d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment