From 7cc486e2b2c55c58eef7e450a4274b94f60540a4 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 23 Dec 2021 19:16:28 +0300 Subject: [PATCH] [PE] For Bug 54609 --- apps/presentationeditor/main/app/view/FileMenuPanels.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 3539d06ff..0ed8333ac 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -133,8 +133,8 @@ define([ {name: 'OTP', imgCls: 'otp', type: Asc.c_oAscFileType.OTP, ext: '.otp'} ], [ {name: 'PPTM', imgCls: 'pptm', type: Asc.c_oAscFileType.PPTM, ext: '.pptm'}, - {name: 'PNG', imgCls: 'png', type: Asc.c_oAscFileType.PNG, ext: '.png'}, - {name: 'JPG', imgCls: 'jpg', type: Asc.c_oAscFileType.JPG, ext: '.jpg'} + {name: 'PNG', imgCls: 'png', type: Asc.c_oAscFileType.PNG, ext: '.zip'}, + {name: 'JPG', imgCls: 'jpg', type: Asc.c_oAscFileType.JPG, ext: '.zip'} ]], template: _.template([