зеркало из https://github.com/mozilla/pjs.git
Copy image doesn't work on OS/2
This commit is contained in:
Родитель
09d1dce809
Коммит
355a91a5ce
|
@ -72,10 +72,12 @@
|
|||
accesskey="&viewImageCmd.accesskey;"
|
||||
oncommand="gContextMenu.viewImage();"/>
|
||||
#ifndef XP_UNIX
|
||||
#ifndef XP_OS2
|
||||
<menuitem id="context-copyimage-contents"
|
||||
label="©ImageContentsCmd.label;"
|
||||
accesskey="©ImageContentsCmd.accesskey;"
|
||||
command="cmd_copyImageContents"/>
|
||||
#endif
|
||||
#endif
|
||||
<menuitem id="context-copyimage"
|
||||
label="©ImageCmd.label;"
|
||||
|
|
|
@ -2983,8 +2983,10 @@ nsContextMenu.prototype = {
|
|||
this.showItem( "context-sep-copylink", this.onLink && this.onImage);
|
||||
|
||||
#ifndef XP_UNIX
|
||||
#ifndef XP_OS2
|
||||
// Copy image contents depends on whether we're on an image.
|
||||
this.showItem( "context-copyimage-contents", this.onImage );
|
||||
#endif
|
||||
#endif
|
||||
// Copy image location depends on whether we're on an image.
|
||||
this.showItem( "context-copyimage", this.onImage );
|
||||
|
|
Загрузка…
Ссылка в новой задаче