mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Switch to "copy image" in the context menu to copy both the image data and the
URI. Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>, r+sr=neil
This commit is contained in:
parent
1d87c3297f
commit
dc94ec25f1
@ -1008,7 +1008,7 @@
|
||||
<menuitem id="context-copyimage"
|
||||
label="©ImageCmd.label;"
|
||||
accesskey="©ImageCmd.accesskey;"
|
||||
command="cmd_copyImageLocation"/>
|
||||
command="cmd_copyImageContents"/>
|
||||
<menuitem id="context-copyemail"
|
||||
label="©EmailCmd.label;"
|
||||
accesskey="©EmailCmd.accesskey;"
|
||||
|
@ -113,7 +113,7 @@
|
||||
<menuitem id="context-copyimage"
|
||||
label="©ImageCmd.label;"
|
||||
accesskey="©ImageCmd.accesskey;"
|
||||
command="cmd_copyImageLocation"/>
|
||||
command="cmd_copyImageContents"/>
|
||||
<menuseparator id="context-sep-copyimage"/>
|
||||
<menuitem id="context-saveimage"
|
||||
valueSaveAs="&saveImageAsCmd.label;"
|
||||
|
@ -72,7 +72,7 @@
|
||||
<!ENTITY selectAllCmd.accesskey "A">
|
||||
<!ENTITY copyLinkCmd.label "Copy Link Location">
|
||||
<!ENTITY copyLinkCmd.accesskey "C">
|
||||
<!ENTITY copyImageCmd.label "Copy Image Location">
|
||||
<!ENTITY copyImageCmd.label "Copy Image">
|
||||
<!ENTITY copyImageCmd.accesskey "o">
|
||||
<!ENTITY metadataCmd.label "Properties">
|
||||
<!ENTITY metadataCmd.accesskey "P">
|
||||
|
Loading…
x
Reference in New Issue
Block a user