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 git-svn-id: svn://10.0.0.236/trunk@167789 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b9910f7dd3
commit
6dd3ac7c54
@ -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