[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 8 23:33:11 UTC 2018
loleaflet/src/control/Control.Menubar.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit cce163822c79373c12c154ed53ad066c73b61a84
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:32:06 2018 +0100
loleaflet: add 'insertgraphicremote' to Impress and Calc menu, too
Change-Id: I4c0104b19cd1d54684ce69f0cf4eb21fdb49f5e3
(cherry picked from commit bfce0038ae66982a854a33f276997209c4ba9fc4)
Signed-off-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index b9f59ff61..f7900012d 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -255,7 +255,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'},
@@ -329,7 +330,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