loleaflet/src/control/Control.Menubar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 961d63327f4a7cf088205de98cebb5bd4d59f27b Author: Jan Holesovsky <[email protected]> Date: Wed Oct 25 21:14:33 2017 +0200 Move the 'Repair' menu entry under Undo / Redo. Change-Id: Ic53eec49413de800154ce956747fe0fcf32d96e9 Reviewed-on: https://gerrit.libreoffice.org/43853 Reviewed-by: Aron Budea <[email protected]> Tested-by: Aron Budea <[email protected]> diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 9705b85f..8d205934 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -26,9 +26,9 @@ L.Control.Menubar = L.Control.extend({ {name: _('Microsoft Word (.docx)'), id: 'downloadas-docx', type: 'action'}]}] }, {name: _('Edit'), type: 'menu', menu: [ - {name: _('Repair'), id: 'repair', type: 'action'}, {name: _('Undo'), type: 'unocommand', uno: '.uno:Undo'}, {name: _('Redo'), type: 'unocommand', uno: '.uno:Redo'}, + {name: _('Repair'), id: 'repair', type: 'action'}, {type: 'separator'}, {name: _('Cut'), type: 'unocommand', uno: '.uno:Cut'}, {name: _('Copy'), type: 'unocommand', uno: '.uno:Copy'}, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
