diff --git a/browser/src/control/Control.Menubar.js b/browser/src/control/Control.Menubar.js index 8da98b9727fa..77ead6366d15 100644 --- a/browser/src/control/Control.Menubar.js +++ b/browser/src/control/Control.Menubar.js @@ -407,6 +407,7 @@ L.Control.Menubar = L.Control.extend({ {name: _('ODF presentation (.odp)'), id: 'downloadas-odp', type: 'action'}, {name: _('PowerPoint 2003 Presentation (.ppt)'), id: 'downloadas-ppt', type: 'action'}, {name: _('PowerPoint Presentation (.pptx)'), id: 'downloadas-pptx', type: 'action'}, + {name: _('HTML Document (.html)'), id: 'downloadas-html', type: 'action'}, ]}, {name: _UNO('.uno:SetDocumentProperties', 'presentation'), uno: '.uno:SetDocumentProperties', id: 'properties'}, {type: 'separator'}, @@ -698,7 +699,8 @@ L.Control.Menubar = L.Control.extend({ {name: _('ODF spreadsheet (.ods)'), id: 'downloadas-ods', type: 'action'}, {name: _('Excel 2003 Spreadsheet (.xls)'), id: 'downloadas-xls', type: 'action'}, {name: _('Excel Spreadsheet (.xlsx)'), id: 'downloadas-xlsx', type: 'action'}, - {name: _('CSV file (.csv)'), id: 'downloadas-csv', type: 'action'}]}, + {name: _('CSV file (.csv)'), id: 'downloadas-csv', type: 'action'}, + {name: _('HTML file (.html)'), id: 'downloadas-html', type: 'action'}]}, {name: _UNO('.uno:SetDocumentProperties', 'spreadsheet'), uno: '.uno:SetDocumentProperties', id: 'properties'}, {type: 'separator'}, {name: L.Control.MenubarShortcuts.addShortcut(_UNO('.uno:Print', 'spreadsheet'), L.Control.MenubarShortcuts.shortcuts.PRINT), id: 'print', type: 'menu', menu: [