зеркало из https://github.com/mozilla/pjs.git
Bug 290788 crash when try to 'save all' Attachments from MailNews 'File' 'Attachments' Menu [@ nsMessenger::SaveAllAttachments]
patch by bugzilla@mcsmurf.de r=neil sr=neil a=asa
This commit is contained in:
Родитель
c0502545fb
Коммит
2a254f74ce
|
@ -77,11 +77,11 @@
|
|||
<popup id="attachmentMenuList">
|
||||
<menuseparator/>
|
||||
<menuitem id="file-saveAllAttachments" label="&saveAllAttachmentsCmd.label;"
|
||||
accesskey="&saveAllAttachmentsCmd.accesskey;" oncommand="HandleMultipleAttachments('saveAttachment');"/>
|
||||
accesskey="&saveAllAttachmentsCmd.accesskey;" oncommand="HandleMultipleAttachments('saveAttachment', currentAttachments);"/>
|
||||
<menuitem id="file-detachAllAttachments" label="&detachAllAttachmentsCmd.label;"
|
||||
accesskey="&detachAllAttachmentsCmd.accesskey;" oncommand="HandleMultipleAttachments('detachAttachment');" />
|
||||
accesskey="&detachAllAttachmentsCmd.accesskey;" oncommand="HandleMultipleAttachments('detachAttachment', currentAttachments);" />
|
||||
<menuitem id="file-deleteAllAttachments" label="&deleteAllAttachmentsCmd.label;"
|
||||
accesskey="&deleteAllAttachmentsCmd.accesskey;" oncommand="HandleMultipleAttachments('deleteAttachment');" />
|
||||
accesskey="&deleteAllAttachmentsCmd.accesskey;" oncommand="HandleMultipleAttachments('deleteAttachment', currentAttachments);" />
|
||||
</popup>
|
||||
|
||||
<tooltip id="attachmentListTooltip"
|
||||
|
|
Загрузка…
Ссылка в новой задаче