loleaflet/src/control/Control.Menubar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6f2143edf43821c8c2f2c7d17eab97a8ed0a1b8
Author:     merttumer <mert.tu...@collabora.com>
AuthorDate: Thu Jan 24 18:30:31 2019 +0300
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Thu Feb 7 14:31:33 2019 +0100

    Fix Print is not shown on readonly mode
    
    Change-Id: I360633cdaefafad42605b28aeffbbe4061bc4bdb
    Signed-off-by: merttumer <mert.tu...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/66876
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index c1ea59916..9a090f6c3 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -433,7 +433,7 @@ L.Control.Menubar = L.Control.extend({
 
                allowedViewModeActions: [
                        'downloadas-pdf', 'downloadas-odt', 'downloadas-doc', 
'downloadas-docx', 'downloadas-rtf', // file menu
-                       'downloadas-odp', 'downloadas-ppt', 'downloadas-pptx', 
// file menu
+                       'downloadas-odp', 'downloadas-ppt', 'downloadas-pptx', 
'print', // file menu
                        'downloadas-ods', 'downloadas-xls', 'downloadas-xlsx', 
// file menu
                        'fullscreen', 'zoomin', 'zoomout', 'zoomreset', // view 
menu
                        'about', 'keyboard-shortcuts' // help menu
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to