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:
bzbarsky%mit.edu 2005-01-15 18:00:19 +00:00
parent 1d87c3297f
commit dc94ec25f1
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">