[Libreoffice-commits] online.git: loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 8 23:16:41 UTC 2018
loleaflet/src/control/Control.Menubar.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit bfce0038ae66982a854a33f276997209c4ba9fc4
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Nov 9 00:16:15 2018 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Nov 9 00:16:15 2018 +0100
loleaflet: add 'insertgraphicremote' to Impress and Calc menu, too
Change-Id: I4c0104b19cd1d54684ce69f0cf4eb21fdb49f5e3
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 1ecf9f695..04f00c6d4 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -260,7 +260,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('Reset zoom'), id: 'zoomreset', type: 'action'}]
},
{name: _UNO('.uno:InsertMenu', 'presentation'), type: 'menu', menu: [
- {name: _UNO('.uno:InsertGraphic', 'presentation'), id: 'insertgraphic', type: 'action'},
+ {name: _('Local Image...'), id: 'insertgraphic', type: 'action'},
+ {name: _UNO('.uno:InsertGraphic', 'presentation'), id: 'insertgraphicremote', type: 'action'},
{name: _UNO('.uno:InsertAnnotation', 'presentation'), id: 'insertcomment', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{type: 'separator'},
@@ -336,7 +337,8 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:FullScreen', 'spreadsheet'), id: 'fullscreen', type: 'action'}
]},
{name: _UNO('.uno:InsertMenu', 'spreadsheet'), type: 'menu', menu: [
- {name: _UNO('.uno:InsertGraphic', 'spreadsheet'), id: 'insertgraphic', type: 'action'},
+ {name: _('Local Image...'), id: 'insertgraphic', type: 'action'},
+ {name: _UNO('.uno:InsertGraphic', 'spreadsheet'), id: 'insertgraphicremote', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:InsertAnnotation', 'spreadsheet'), id: 'insertcomment', type: 'action'},
{type: 'separator'},
More information about the Libreoffice-commits
mailing list