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

--HG--
branch : product-engine
meow-7.2.2
Eugene Mutavchi 2010-02-09 19:18:17 +02:00
parent 1d5df49d6a
commit 33d1d5bc4d
1 changed files with 10 additions and 0 deletions

View File

@ -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"