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:
bzbarsky%mit.edu 2005-01-15 18:00:19 +00:00
parent b9910f7dd3
commit 6dd3ac7c54
3 changed files with 3 additions and 3 deletions

View File

@ -1008,7 +1008,7 @@
<menuitem id="context-copyimage"
label="&copyImageCmd.label;"
accesskey="&copyImageCmd.accesskey;"
command="cmd_copyImageLocation"/>
command="cmd_copyImageContents"/>
<menuitem id="context-copyemail"
label="&copyEmailCmd.label;"
accesskey="&copyEmailCmd.accesskey;"

View File

@ -113,7 +113,7 @@
<menuitem id="context-copyimage"
label="&copyImageCmd.label;"
accesskey="&copyImageCmd.accesskey;"
command="cmd_copyImageLocation"/>
command="cmd_copyImageContents"/>
<menuseparator id="context-sep-copyimage"/>
<menuitem id="context-saveimage"
valueSaveAs="&saveImageAsCmd.label;"

View File

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