зеркало из https://github.com/mozilla/pjs.git
Bug 291110 - restore the old behavior of cmd_copyImageContents. r=bzbarsky, sr=neil, a=asa
This commit is contained in:
Родитель
53503d6e28
Коммит
dcfd09a459
|
@ -113,7 +113,7 @@
|
|||
<menuitem id="context-copyimage"
|
||||
label="©ImageCmd.label;"
|
||||
accesskey="©ImageCmd.accesskey;"
|
||||
command="cmd_copyImageContents"/>
|
||||
command="cmd_copyImage"/>
|
||||
<menuseparator id="context-sep-copyimage"/>
|
||||
<menuitem id="context-saveimage"
|
||||
valueSaveAs="&saveImageAsCmd.label;"
|
||||
|
|
|
@ -225,11 +225,8 @@
|
|||
<command id="cmd_copyLink"
|
||||
oncommand="goDoCommand('cmd_copyLink')"
|
||||
disabled="false"/>
|
||||
<command id="cmd_copyImageLocation"
|
||||
oncommand="goDoCommand('cmd_copyImageLocation')"
|
||||
disabled="false"/>
|
||||
<command id="cmd_copyImageContents"
|
||||
oncommand="goDoCommand('cmd_copyImageContents')"
|
||||
<command id="cmd_copyImage"
|
||||
oncommand="goDoCommand('cmd_copyImage')"
|
||||
disabled="false"/>
|
||||
<command id="cmd_undo"
|
||||
oncommand="goDoCommand('cmd_undo')"
|
||||
|
|
Загрузка…
Ссылка в новой задаче